diff --git a/hosts/ds9/default.nix b/hosts/ds9/default.nix index 118ef4ef..cfbae7b7 100644 --- a/hosts/ds9/default.nix +++ b/hosts/ds9/default.nix @@ -27,8 +27,8 @@ in datasets = { backups = "rpool/content/local/backups"; data = "rpool/content/safe/data"; - ds9persist = "rpool/content/safe/persist"; - hassosvm = "rpool/content/safe/vms/hassos"; + ds9persist = "spool/safe/persist"; + hassosvm = "spool/safe/vms/hassos"; }; in builtins.mapAttrs (n: v: { target = "backup/${n}"; source = v; sendOptions = "w"; }) datasets; @@ -50,6 +50,7 @@ in enable = true; postCommands = '' zpool import rpool + zpool import spool echo "zfs load-key -a; killall zfs" >> /root/.profile ''; ssh = { diff --git a/hosts/ds9/hardware-configuration.nix b/hosts/ds9/hardware-configuration.nix index 62d8f621..96fd2b7c 100644 --- a/hosts/ds9/hardware-configuration.nix +++ b/hosts/ds9/hardware-configuration.nix @@ -17,9 +17,9 @@ mediadata = false; swap = false; persistentSnapshot = false; - nix = "rpool/content/local/nix"; - varlog = "rpool/content/local/journal"; - persistent = "rpool/content/safe/persist"; + nix = "spool/local/nix"; + varlog = "spool/local/journal"; + persistent = "spool/safe/persist"; arcSize = 8; };