WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit e988a91a56 - Show all commits

View file

@ -1,4 +1,4 @@
{ lib, ... }: { lib, ... }:
{ {
imports = [ imports = [
@ -24,4 +24,9 @@
]; ];
}; };
}; };
swapDevices = [{
device = "/var/lib/swapfile";
size = 8 * 1024;
}];
} }