reduce swap file and add other drive to h001

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-04-30 10:27:12 -05:00
parent 43e095513b
commit 3478c743ce

View file

@ -36,10 +36,15 @@
];
};
fileSystems."/drives/wd10" = {
device = "/dev/sda";
fsType = "ext4";
};
swapDevices = [
{
device = "/.swapfile";
size = 64 * 1024; # 64GB
size = 4 * 1024; # 4GB
}
];
networking.useDHCP = lib.mkDefault true;