Adding Kalif

This commit is contained in:
Lyes Saadi 2025-11-16 14:42:20 +01:00
parent ba3b2150b8
commit 370314e6ab
Signed by: lyes
GPG key ID: 55A1D803917CF39A
13 changed files with 42 additions and 18 deletions

View 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";
};
};
}