diff --git a/docs/vm/installing-x86_64.md b/docs/vm/installing-x86_64.md index a6f1051..0108642 100644 --- a/docs/vm/installing-x86_64.md +++ b/docs/vm/installing-x86_64.md @@ -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#` ```sh mkdir .local diff --git a/docs/vm/installing-zfs-impermance.md b/docs/vm/installing-zfs-impermance.md index aca71f550..af4d370 100644 --- a/docs/vm/installing-zfs-impermance.md +++ b/docs/vm/installing-zfs-impermance.md @@ -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# diff --git a/nixos/hosts/helios/default.nix b/nixos/hosts/helios/default.nix index 81a9101..d2b3ea2 100644 --- a/nixos/hosts/helios/default.nix +++ b/nixos/hosts/helios/default.nix @@ -87,9 +87,4 @@ - swapDevices = - [{ device = "/dev/disk/by-uuid/1d7b6e4a-aa76-4217-af18-44378c2d93d9"; }]; - - - }