My Nix Infra
nix nixos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update readme format

ydcjeff e24b8f8d 3bbe0128

+12 -4
+12 -4
README.md
··· 14 14 15 15 1. Boot into NixOS installer, passwd for `nixos` user 16 16 17 - 2. `git clone https://codeberg.org/ydcjeff/dotfiles` 17 + 2. ``` 18 + git clone https://codeberg.org/ydcjeff/dotfiles 19 + ``` 18 20 19 21 3. Change `disk-config.nix` if required 20 22 21 - 4. echo -n <DISK_ENCRYPTION_KEY> > /tmp/key 23 + 4. ``` 24 + echo -n <DISK_ENCRYPTION_KEY> > /tmp/key 25 + ``` 22 26 23 - 5. `nix run --extra-experimental-features 'nix-command flakes' github:nix-community/nixos-anywhere -- --flake .#<HOSTNAME> --generate-hardware-config nixos-generate-config ./hosts/<HOSTNAME>/hardware-configuration.nix` 27 + 5. ``` 28 + nix run --extra-experimental-features 'nix-command flakes' github:nix-community/nixos-anywhere -- --flake .#<HOSTNAME> --generate-hardware-config nixos-generate-config ./hosts/<HOSTNAME>/hardware-configuration.nix 29 + ``` 24 30 25 - 6. `nix run --extra-experimental-features 'nix-command flakes' github:nix-community/nixos-anywhere -- --flake .#<HOSTNAME>` 31 + 6. ``` 32 + nix run --extra-experimental-features 'nix-command flakes' github:nix-community/nixos-anywhere -- --flake .#<HOSTNAME> 33 + ``` 26 34 27 35 Arch Linux Post Installation: 28 36