️ Add back Swapfile and remove old extraHosts entry

This commit is contained in:
Jo 2025-07-28 21:26:34 +02:00
parent 83fcfe7916
commit 7d17d31ed8

View file

@ -34,17 +34,13 @@
archetypes.laptop.enable = true; archetypes.laptop.enable = true;
}; };
networking.extraHosts = ''
127.0.0.1 dev.bl-projekte.de
'';
# Configure 8GB SWAP partition # Configure 8GB SWAP partition
# swapDevices = [ swapDevices = [
# { {
# device = "/swapfile"; device = "/swapfile";
# size = 8 * 1024; size = 8 * 1024;
# } }
# ]; ];
boot = { boot = {
# Configure additional kernel modules. # Configure additional kernel modules.