Disable zfs snapshots
This commit is contained in:
parent
3d860de343
commit
c975d30f4f
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
boot.loader.grub.device = "/dev/sda";
|
||||
|
||||
boot.supportedFilesystems = ["zfs"];
|
||||
services.zfs.autoSnapshot.enable = true;
|
||||
services.zfs.autoSnapshot.enable = false;
|
||||
services.zfs.autoScrub.enable = true;
|
||||
|
||||
time.timeZone = "Europe/Copenhagen";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue