Skip to content

Commit

Permalink
hosts.wyse.disko: add comment w/ link to swap seetup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehmanator committed Feb 23, 2024
1 parent e939916 commit 8005f99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hosts/wyse/disko.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"/nix" = { mountpoint = "/nix"; mountOptions = [ "compress=zstd" "noatime" ]; };
"/persist" = { mountpoint = "/nix/persist"; mountOptions = [ "compress=zstd" "noatime" "noexec" ]; };
"/home" = { mountpoint = "/home"; mountOptions = [ "compress=zstd" "noatime" ]; };
# https://git.dblsaiko.net/systems/tree/configurations/invader/swap.nix
"/swap" = { mountpoint = "/nix/swap"; swap.swapfile.size = "32G"; };
"/var" = { mountpoint = "/var"; mountOptions = [ "default" ]; };
};
Expand Down

0 comments on commit 8005f99

Please sign in to comment.