hosts: enable vault on pn01 and pn02
Some checks failed
Run nix flake check / flake-check (push) Failing after 10m12s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-21 23:56:05 +01:00
parent 2f89d564f7
commit 72c3a938b0
2 changed files with 4 additions and 0 deletions

View File

@@ -45,6 +45,8 @@
role = "compute"; role = "compute";
}; };
vault.enable = true;
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
system.stateVersion = "25.11"; system.stateVersion = "25.11";

View File

@@ -45,6 +45,8 @@
role = "compute"; role = "compute";
}; };
vault.enable = true;
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
system.stateVersion = "25.11"; system.stateVersion = "25.11";