Add factorio mod zips

This commit is contained in:
niten
2022-10-23 13:36:31 -07:00
parent 59fee96327
commit 3346628501
37 changed files with 295 additions and 103 deletions
+7
View File
@@ -49,6 +49,13 @@ with lib; {
options = [ "subvol=@state" "noexec" "noatime" "nodiratime" ];
neededForBoot = true;
};
"/var/lib/private" = {
device = "/dev/disk/by-label/limina-data";
fsType = "btrfs";
options = [ "subvol=@var-private" "noexec" "noatime" "nodiratime" ];
neededForBoot = true;
};
};
swapDevices = [{ device = "/dev/disk/by-label/limina-swap"; }];