Add factorio mod zips
This commit is contained in:
@@ -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"; }];
|
||||
|
||||
Reference in New Issue
Block a user