test
This commit is contained in:
parent
fa274aa5b9
commit
b6f411c229
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,6 @@
|
||||||
services.btrfs.autoScrub.enable = true;
|
services.btrfs.autoScrub.enable = true;
|
||||||
services.btrfs.autoScrub.interval = "weekly";
|
services.btrfs.autoScrub.interval = "weekly";
|
||||||
|
|
||||||
boot.initrd.luks.devices.SWAP.preLVM = false;
|
|
||||||
|
|
||||||
disko.devices.disk.nvme0 = {
|
disko.devices.disk.nvme0 = {
|
||||||
device = "/dev/nvme0n1";
|
device = "/dev/nvme0n1";
|
||||||
content = {
|
content = {
|
||||||
|
@ -78,6 +76,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
keyFile = "/etc/swap.key";
|
keyFile = "/etc/swap.key";
|
||||||
allowDiscards = true;
|
allowDiscards = true;
|
||||||
|
preLVM = false;
|
||||||
};
|
};
|
||||||
content = {
|
content = {
|
||||||
type = "swap";
|
type = "swap";
|
||||||
|
|
Loading…
Reference in a new issue