This commit is contained in:
iFargle 2024-02-05 20:34:01 +09:00
parent fa274aa5b9
commit b6f411c229

View file

@ -4,8 +4,6 @@
services.btrfs.autoScrub.enable = true;
services.btrfs.autoScrub.interval = "weekly";
boot.initrd.luks.devices.SWAP.preLVM = false;
disko.devices.disk.nvme0 = {
device = "/dev/nvme0n1";
content = {
@ -78,6 +76,7 @@
settings = {
keyFile = "/etc/swap.key";
allowDiscards = true;
preLVM = false;
};
content = {
type = "swap";