more testing
This commit is contained in:
parent
af80dc05e2
commit
1ebdb42d62
4 changed files with 28 additions and 5 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue