[NixOS] Add swapfile for biskcomp

This commit is contained in:
Ivan Malison 2023-08-05 17:13:32 -06:00
parent 4385a8ea12
commit ec376d63be

View File

@ -41,6 +41,10 @@
};
};
swapDevices = [
{ device = "/swapfile"; size = 8192; } # size is in MiB
];
networking.hostName = "biskcomp";
system.stateVersion = "23.11";
}