more testing

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-15 10:40:26 -05:00
parent af80dc05e2
commit 1ebdb42d62
4 changed files with 28 additions and 5 deletions

View file

@ -29,7 +29,7 @@ in
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
formatOptions = [
extraArgs = [
"-n"
"NIXBOOT"
];
@ -71,7 +71,7 @@ in
"@swap" = lib.mkIf cfg.withSwap {
inherit mountOptions;
mountpoint = "/.swapfile";
swap.swapfile.size = 8 * 1024; # 8GB
swap.swapfile.size = "8G";
};
};
};