From 4fd291a7a287375787d43f8395191f5ebf613b5f Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 28 Apr 2023 16:18:30 +0200 Subject: [PATCH] fix chungus disko config --- scripts/disko-config-chungus.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"; }; }; };