From cbb849865f536daab975ef05426f838dc3ead9e4 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 5 Feb 2024 20:40:14 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-framework/disks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";