fix chungus disko config
This commit is contained in:
parent
c2b03b56fe
commit
4fd291a7a2
1 changed files with 4 additions and 4 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue