configuration serveur Factorio
This commit is contained in:
parent
20d2f30fc7
commit
eaf0c9e955
2 changed files with 14 additions and 0 deletions
|
@ -21,6 +21,7 @@ in
|
|||
../../services/python-ci.nix
|
||||
../../services/sdtdserver.nix
|
||||
../../containers/vsftpd.nix
|
||||
/mnt/secrets/factorio_secrets.nix
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
|
@ -363,6 +364,14 @@ in
|
|||
python-ci.enable = true;
|
||||
|
||||
sdtdserver.enable = true;
|
||||
|
||||
factorio = {
|
||||
enable = true;
|
||||
autosave-interval = 10;
|
||||
game-name = "Shame";
|
||||
public = true;
|
||||
username = "nyanloutre";
|
||||
};
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue