Adding Kalif
This commit is contained in:
parent
ba3b2150b8
commit
370314e6ab
13 changed files with 42 additions and 18 deletions
21
modules/server/kalif/default.nix
Normal file
21
modules/server/kalif/default.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.factorio = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
extraSettingsFile = config.age.secrets.faras-conf.path;
|
||||
game-name = "Factorio :3 - Kalif - Zora";
|
||||
admins = [
|
||||
"ntlyes"
|
||||
];
|
||||
};
|
||||
|
||||
age.secrets = {
|
||||
kalif-conf = {
|
||||
file = ../../../secrets/zora/services/kalif-conf.age;
|
||||
owner = "factorio";
|
||||
group = "factorio";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue