From 72c3a938b071e6172dc6252ef019c81a61342514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 21 Feb 2026 23:56:05 +0100 Subject: [PATCH] hosts: enable vault on pn01 and pn02 Co-Authored-By: Claude Opus 4.6 --- hosts/pn01/configuration.nix | 2 ++ hosts/pn02/configuration.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hosts/pn01/configuration.nix b/hosts/pn01/configuration.nix index 3ab0371..0bbd4a9 100644 --- a/hosts/pn01/configuration.nix +++ b/hosts/pn01/configuration.nix @@ -45,6 +45,8 @@ role = "compute"; }; + vault.enable = true; + nixpkgs.config.allowUnfree = true; system.stateVersion = "25.11"; diff --git a/hosts/pn02/configuration.nix b/hosts/pn02/configuration.nix index 3e0502e..6408acf 100644 --- a/hosts/pn02/configuration.nix +++ b/hosts/pn02/configuration.nix @@ -45,6 +45,8 @@ role = "compute"; }; + vault.enable = true; + nixpkgs.config.allowUnfree = true; system.stateVersion = "25.11";