diff --git a/nixos/hosts/nixos-framework/disks.nix b/nixos/hosts/nixos-framework/disks.nix index 694497ec..2d4c476f 100644 --- a/nixos/hosts/nixos-framework/disks.nix +++ b/nixos/hosts/nixos-framework/disks.nix @@ -3,6 +3,7 @@ services.btrfs.autoScrub.enable = true; services.btrfs.autoScrub.interval = "weekly"; + boot.initrd.systemd.enable = true; disko.devices.disk.nvme0 = { device = "/dev/nvme0n1"; @@ -76,7 +77,6 @@ settings = { keyFile = "/etc/swap.key"; allowDiscards = true; - preLVM = false; }; content = { type = "swap";