️ 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;
};
networking.extraHosts = ''
127.0.0.1 dev.bl-projekte.de
'';
# Configure 8GB SWAP partition
# swapDevices = [
# {
# device = "/swapfile";
# size = 8 * 1024;
# }
# ];
swapDevices = [
{
device = "/swapfile";
size = 8 * 1024;
}
];
boot = {
# Configure additional kernel modules.