Removed Swapfile
Some checks failed
/ Check Nix Flake (push) Has been cancelled

This commit is contained in:
Kaybee 2026-05-18 21:32:49 +02:00
parent c5b4f02d58
commit 0203a03132
No known key found for this signature in database

View file

@ -41,7 +41,7 @@
options = [ "fmask=0077" "dmask=0077" ];
};
swapDevices = [ { device = "/swapfile"; size = 32 * 1024; } ];
#swapDevices = [ { device = "/swapfile"; size = 32 * 1024; } ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
networking.useDHCP = lib.mkDefault true;