Remove factorio

This commit is contained in:
Sandro - 2023-03-21 01:26:04 +01:00
parent 4a64497366
commit 8cd4626732
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 0 additions and 34 deletions

View File

@ -373,13 +373,6 @@
];
};
factorio = nixosSystem' {
modules = [
self.nixosModules.microvm
./hosts/factorio
];
};
freifunk = nixosSystem' {
modules = [
self.nixosModules.microvm

View File

@ -1,27 +0,0 @@
{ ... }:
{
c3d2.deployment.server = "server10";
microvm.mem = 8 * 1024;
networking = {
hostName = "factorio";
};
services = {
factorio = {
enable = true;
admins = [ "SuperSandro2000" ];
autosave-interval = 10;
description = "Keep your Kolle Mate ready!";
game-name = "C3D2 Server";
game-password = "k-otk-ot";
lan = true;
nonBlockingSaving = true;
openFirewall = true;
};
};
system.stateVersion = "22.05";
}