btrfs stuff
This commit is contained in:
parent
32024d5372
commit
d0c9a46a2a
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
{
|
{
|
||||||
boot.loader.grub.device = "/dev/sda";
|
boot.loader.grub.device = "/dev/sda";
|
||||||
boot.initrd.luks.devices."sda2".device = "/dev/sda2";
|
boot.initrd.luks.devices."sda2".device = "/dev/sda2";
|
||||||
|
services.btrfs.autoScrub.enable = true;
|
||||||
|
services.btrfs.autoScrub.interval = "weekly";
|
||||||
|
|
||||||
disko.devices.disk.sda = {
|
disko.devices.disk.sda = {
|
||||||
device = "/dev/sda";
|
device = "/dev/sda";
|
||||||
|
|
Loading…
Reference in a new issue