test
This commit is contained in:
parent
c6d5d81f32
commit
c86cf63a8d
1 changed files with 0 additions and 5 deletions
|
@ -64,11 +64,6 @@
|
||||||
mountpoint = "/nix/.snapshots";
|
mountpoint = "/nix/.snapshots";
|
||||||
mountOptions = [ "compress=zstd" "noatime" ];
|
mountOptions = [ "compress=zstd" "noatime" ];
|
||||||
}; # nix
|
}; # nix
|
||||||
# Swap partition
|
|
||||||
"/swap" = {
|
|
||||||
mountpoint = "/swap";
|
|
||||||
swap.swapfile.size = "64G";
|
|
||||||
}; # swap
|
|
||||||
}; # subvolumes
|
}; # subvolumes
|
||||||
}; # content.content
|
}; # content.content
|
||||||
}; # content
|
}; # content
|
||||||
|
|
Loading…
Reference in a new issue