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 = {
|
content = {
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "root";
|
name = "root";
|
||||||
#keyFile = "/tmp/secret.key";
|
keyFile = "/root/password";
|
||||||
content = {
|
content = {
|
||||||
type = "zfs";
|
type = "zfs";
|
||||||
pool = "zroot";
|
pool = "zroot";
|
||||||
|
@ -69,7 +69,7 @@ in
|
||||||
content = {
|
content = {
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "raid_${name}";
|
name = "raid_${name}";
|
||||||
#keyFile = "/tmp/secret.key";
|
keyFile = "/root/password";
|
||||||
content = {
|
content = {
|
||||||
type = "zfs";
|
type = "zfs";
|
||||||
pool = "zraid";
|
pool = "zraid";
|
||||||
|
@ -111,8 +111,8 @@ in
|
||||||
compression = "lz4";
|
compression = "lz4";
|
||||||
# question: is that combination of frequency and keep even possible?
|
# question: is that combination of frequency and keep even possible?
|
||||||
"com.sun:auto-snapshot" = "false";
|
"com.sun:auto-snapshot" = "false";
|
||||||
"com.sun:auto-snapshot:daily,keep=32" = "true";
|
"com.sun:auto-snapshot:daily" = "true,keep=32";
|
||||||
"com.sun:auto-snapshot:montly,keep=48" = "true";
|
"com.sun:auto-snapshot:montly" = "true,keep=48";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue