forked from nyanloutre/nixos-config
configuration serveur Factorio
This commit is contained in:
parent
20d2f30fc7
commit
eaf0c9e955
2 changed files with 14 additions and 0 deletions
|
@ -117,6 +117,11 @@
|
|||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/var/lib/factorio" =
|
||||
{ device = "loutrepool/var/factorio";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/var/dkim" =
|
||||
{ device = "loutrepool/var/dkim";
|
||||
fsType = "zfs";
|
||||
|
|
|
@ -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
Reference in a new issue