| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2021-01-23 | Remove public/ | EuAndreh | 5 | -344/+0 | |
| 2020-10-23 | Use git.euandreh.xyz over git.sr.ht | EuAndreh | 1 | -1/+1 | |
| 2020-07-31 | setup.sh: uncomment enableremote for hd remote too | EuAndreh | 1 | -1/+1 | |
| 2020-07-31 | burn.sh: Add sync call after dd | EuAndreh | 1 | -0/+1 | |
| 2020-07-21 | install.sh: Use default generated Nix inital expression | EuAndreh | 1 | -0/+1 | |
| 2020-07-21 | public/nixos/burn.sh: Use mktemp instead of /tmp | EuAndreh | 1 | -2/+4 | |
| 2020-07-21 | public/nixos/install.sh: Remove section that pre-populates the OS Nix expression | EuAndreh | 1 | -22/+0 | |
| 2020-07-21 | Use $DEVICE_P3 in install.sh | EuAndreh | 2 | -12/+12 | |
| 2020-07-21 | Update NixOS installation scripts | EuAndreh | 2 | -7/+18 | |
| 2019-06-02 | Rename public/static/README.css -> docs/README.css | EuAndreh | 1 | -335/+0 | |
| Adapt utils.nix to point to it instead. Include README.css in fake-symlinks.sh. BONUS: Use "${VARIABLE}" instead of "$VARIABLE" in fake-symlinks.sh. | |||||
| 2019-06-02 | Disable ShellCheck 1090 for setup.sh | EuAndreh | 1 | -0/+2 | |
| 2019-06-02 | WIP: add stub body to function in setup.sh | EuAndreh | 1 | -2/+2 | |
| 2019-06-02 | TODOs.org | EuAndreh | 1 | -3/+0 | |
| 2019-06-02 | Add public/static/README.css | EuAndreh | 1 | -0/+335 | |
| 2019-06-02 | WIP: add 3 extra steps to setup.sh | EuAndreh | 1 | -26/+70 | |
| Add setup_git_annex, setup_dotfiles and restore_backups. | |||||
| 2019-06-01 | Fix references from $KEY_PAIR_PATH to $TAR_PATH | EuAndreh | 1 | -2/+2 | |
| 2019-06-01 | Wait for Nextcloud to fully sync before continuing with setup.sh | EuAndreh | 1 | -1/+16 | |
| 2019-06-01 | Add usage and import_gpg to setup.sh | EuAndreh | 1 | -19/+63 | |
| 2019-06-01 | s/install-nixos.sh/install.sh/ | EuAndreh | 1 | -2/+2 | |
| 2019-06-01 | WIP: Move scripts out of README.org into public/nixos/setup.sh | EuAndreh | 1 | -2/+36 | |
| 2019-06-01 | Add instructions on how to install NixOS automatically on README | EuAndreh | 2 | -1/+18 | |
| 2019-06-01 | Move scripts/burn-nixos.sh -> public/nixos/burn.sh | EuAndreh | 1 | -1/+48 | |
| 2019-06-01 | Duplicate Nix files from /etc/nixos/* to /mnt/etc/nixos/ | EuAndreh | 1 | -2/+6 | |
| The /etc/nixos/ path is temporary, and vanishes once the computer is rebooted after finishing the installation. However, the Nix files downloaded by install.sh point to /etc/nixos/, and they will be afterwards be symlinked to the files in this git repository. This prevents me from using relative paths like ./hardware-configuration.nix or similar. The duplicate files are there to support building the OS during the installation phase (the nixos-install command) without needing to make it generic for everyday usage. | |||||
| 2019-06-01 | Fix luksDevice interpolation in template.nix | EuAndreh | 1 | -2/+2 | |
| 2019-06-01 | Use /mnt as installation root | EuAndreh | 1 | -8/+4 | |
| 2019-06-01 | Fix reference to install.sh URL | EuAndreh | 1 | -3/+3 | |
| 2019-06-01 | Add mkpasswd to install.sh nix-shell declaration | EuAndreh | 1 | -1/+1 | |
| Also don't run install.sh with the --pure flag, as it needs to run commands such as nixos-generate-config. | |||||
| 2019-06-01 | Add e2fsprogs to install.sh nix-shell declaration | EuAndreh | 1 | -1/+1 | |
| The e2fsprogs derivation includes the mkfs.ext4 program used by install.sh. | |||||
| 2019-06-01 | Add dosfstools to install.sh nix-shell declaration | EuAndreh | 1 | -1/+1 | |
| The dosfstools derivation includes the mkfs.vfat program used inside install.sh. | |||||
| 2019-06-01 | Shutdown instead of rebooting after install.sh runs | EuAndreh | 1 | -2/+2 | |
| 2019-06-01 | Add lvm2 to install.sh nix-shell declaration | EuAndreh | 1 | -1/+1 | |
| The lvm2 derivation includes required binaries such as pvcreate, vgcreate and lvcreate required for configuring logical volumes in the new NixOS laptop's disk. | |||||
| 2019-06-01 | Add cryptsetup to install.sh nix-shell declaration | EuAndreh | 1 | -1/+1 | |
| 2019-06-01 | Fix off-by-one sector region in last sgdisk command | EuAndreh | 1 | -1/+1 | |
| 2019-06-01 | Add gptfdisk to install.sh nix-shell declaration | EuAndreh | 1 | -1/+1 | |
| The gptfdisk derivation includes the binary for sgdisk program. | |||||
| 2019-06-01 | Fix server URL where to download public files from | EuAndreh | 1 | -1/+1 | |
| 2019-06-01 | Add reference to partitioning tutorials | EuAndreh | 1 | -0/+3 | |
| 2019-06-01 | Indent template.nix (linter offense) | EuAndreh | 1 | -2/+1 | |
| 2019-06-01 | Run read with -r flag (linter offense) | EuAndreh | 1 | -2/+2 | |
| Taken from: https://github.com/koalaman/shellcheck/wiki/SC2162 | |||||
| 2019-06-01 | Expose burn-nixos.sh file publicly | EuAndreh | 1 | -0/+1 | |
| 2019-06-01 | Move NixOS public files into public/nixos/ folder | EuAndreh | 5 | -2/+1 | |
| 2019-06-01 | Generate /etc/nixos/password-hash.txt during execution | EuAndreh | 2 | -3/+14 | |
| 2019-06-01 | Add utillinux to install-nixos.sh installation list | EuAndreh | 1 | -2/+4 | |
| In order to include the wipefs program. | |||||
| 2019-06-01 | Use sgdisk to automate the creation of partitions | EuAndreh | 1 | -12/+11 | |
| 2019-06-01 | WIP: format, encrypt and partition the disk in install-nixos.sh | EuAndreh | 1 | -4/+49 | |
| The LUKS encryption and disk formatting commands are coherent, but the partitionig isn't. I just copied them from the manual to get a rough idea of how it should look like. | |||||
| 2019-05-31 | Add Bash confirmation before writing local-configuration.nix | EuAndreh | 1 | -1/+15 | |
| Taken from: https://stackoverflow.com/questions/1885525/how-do-i-prompt-a-user-for-confirmation-in-bash-script | |||||
| 2019-05-31 | Add USAGE to public/install-nixos.sh | EuAndreh | 2 | -6/+67 | |
| 2019-05-31 | Format Nix files (linter offense) | EuAndreh | 1 | -1/+2 | |
| 2019-05-31 | Use nix-shell shebang for public/install-nixos.sh | EuAndreh | 1 | -1/+3 | |
| 2019-05-31 | Add template.nix as public (published) file | EuAndreh | 1 | -0/+5 | |
| 2019-05-30 | Publish contents for public/ folder | EuAndreh | 3 | -0/+9 | |
