feat: p4 on hectic-lab

This commit is contained in:
2026-08-31 10:51:38 +00:00
parent 31cac93a4c
commit 07689e1a9e
5 changed files with 422 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ in self.lib.nixpkgs-lib.nixosSystem {
inherit system;
overlays = [ self.overlays.default ];
config.allowUnfreePredicate = pkg:
builtins.elem (inputs.nixpkgs.lib.getName pkg) [ "steamcmd" "steam-unwrapped" ];
builtins.elem (inputs.nixpkgs.lib.getName pkg) [ "steamcmd" "steam-unwrapped" "p4d" "p4" ];
};
modules = [
{ networking.hostName = name; }