This commit is contained in:
iFargle 2024-02-05 20:40:14 +09:00
parent b6f411c229
commit cbb849865f

View file

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