fix chungus disko config

feature/nixinite
Ingolf Wagner 2023-04-28 16:18:30 +02:00
parent c2b03b56fe
commit 4fd291a7a2
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 4 additions and 4 deletions

View File

@ -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";
};
};
};