disabled snapper
parent
fb5f0b7c95
commit
5f9a3e1df8
|
@ -109,26 +109,6 @@
|
||||||
jack.enable = true;
|
jack.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.snapper.configs = {
|
|
||||||
persist = {
|
|
||||||
subvolume = "/persist";
|
|
||||||
fstype = "btrfs";
|
|
||||||
extraConfig = ''
|
|
||||||
TIMELINE_CREATE=yes
|
|
||||||
TIMELINE_CLEANUP=yes
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
data = {
|
|
||||||
subvolume = "/data";
|
|
||||||
fstype = "btrfs";
|
|
||||||
extraConfig = ''
|
|
||||||
TIMELINE_CREATE=yes
|
|
||||||
TIMELINE_CLEANUP=yes
|
|
||||||
'';
|
|
||||||
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
security.doas = {
|
security.doas = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraRules = [{
|
extraRules = [{
|
||||||
|
|
Loading…
Reference in New Issue