chore: dupe
This commit is contained in:
parent
853f858c80
commit
6c7fb32150
3 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -87,9 +87,4 @@
|
|||
|
||||
|
||||
|
||||
swapDevices =
|
||||
[{ device = "/dev/disk/by-uuid/1d7b6e4a-aa76-4217-af18-44378c2d93d9"; }];
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue