sora: add factorio
This commit is contained in:
parent
84d7e3ddd5
commit
77906ff047
2 changed files with 12 additions and 1 deletions
|
@ -4,6 +4,6 @@
|
||||||
./uptimekuma.nix
|
./uptimekuma.nix
|
||||||
./gotify.nix
|
./gotify.nix
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
./neko.nix
|
./factorio.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
11
hosts/sora/services/factorio.nix
Normal file
11
hosts/sora/services/factorio.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
_: {
|
||||||
|
services.factorio = {
|
||||||
|
enable = false;
|
||||||
|
public = false;
|
||||||
|
lan = false;
|
||||||
|
openFirewall = true;
|
||||||
|
admins = ["notoh"];
|
||||||
|
game-name = "forsen";
|
||||||
|
autosave-interval = 20;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue