feat: zomboid: server but you cannot connect to it

This commit is contained in:
2026-08-27 19:37:33 +00:00
parent cadc6c44be
commit 31cac93a4c
3 changed files with 35 additions and 3 deletions
+2
View File
@@ -12,6 +12,8 @@ in self.lib.nixpkgs-lib.nixosSystem {
pkgs = import inputs.nixpkgs {
inherit system;
overlays = [ self.overlays.default ];
config.allowUnfreePredicate = pkg:
builtins.elem (inputs.nixpkgs.lib.getName pkg) [ "steamcmd" "steam-unwrapped" ];
};
modules = [
{ networking.hostName = name; }