diff --git a/scripts/disko-config-chungus.nix b/scripts/disko-config-chungus.nix index 99b8d94..8185751 100644 --- a/scripts/disko-config-chungus.nix +++ b/scripts/disko-config-chungus.nix @@ -44,7 +44,7 @@ in content = { type = "luks"; name = "root"; - #keyFile = "/tmp/secret.key"; + keyFile = "/root/password"; content = { type = "zfs"; pool = "zroot"; @@ -69,7 +69,7 @@ in content = { type = "luks"; name = "raid_${name}"; - #keyFile = "/tmp/secret.key"; + keyFile = "/root/password"; content = { type = "zfs"; pool = "zraid"; @@ -111,8 +111,8 @@ in compression = "lz4"; # question: is that combination of frequency and keep even possible? "com.sun:auto-snapshot" = "false"; - "com.sun:auto-snapshot:daily,keep=32" = "true"; - "com.sun:auto-snapshot:montly,keep=48" = "true"; + "com.sun:auto-snapshot:daily" = "true,keep=32"; + "com.sun:auto-snapshot:montly" = "true,keep=48"; }; }; };