Test
This commit is contained in:
parent
564e4fa1cb
commit
6c225502e7
1 changed files with 2 additions and 6 deletions
|
@ -1,10 +1,6 @@
|
|||
{
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
device = "/dev/mapper/crypted";
|
||||
enableCryptodisk = true;
|
||||
};
|
||||
boot.initrd.luks.devices."DISK".device = "/dev/vda2";
|
||||
boot.loader.grub.enable = true;
|
||||
boot.initrd.luks.devices."crypted".device = "/dev/vda2";
|
||||
services.btrfs.autoScrub.enable = true;
|
||||
services.btrfs.autoScrub.interval = "weekly";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue