chore: dupe

This commit is contained in:
Truxnell 2024-04-10 20:12:34 +10:00
parent 853f858c80
commit 6c7fb32150
3 changed files with 3 additions and 6 deletions

View file

@ -72,7 +72,7 @@ cat /etc/ssh/ssh_host_ed25519_key.pub | ssh-to-age
then run task
Login as user, copy nix git
Login as user, copy nix git OR for remote machines/servers just `nixos-install --impure --flake github:truxnell/nix-config#<MACHINE_ID>`
```sh
mkdir .local

View file

@ -51,3 +51,5 @@ mkdir /mnt/persist
mount -t zfs rpool/safe/persist /mnt/persist
Set ` networking.hostid`` in the nixos config to `head -c 8 /etc/machine-id`
nixos-install --impure --flake github:truxnell/nix-config#<MACHINE_ID>

View file

@ -87,9 +87,4 @@
swapDevices =
[{ device = "/dev/disk/by-uuid/1d7b6e4a-aa76-4217-af18-44378c2d93d9"; }];
}