hosts: add vault01 host
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m20s

This commit is contained in:
2026-02-01 20:08:48 +01:00
parent e0ad445341
commit 6d64e53586
4 changed files with 88 additions and 0 deletions

View File

@@ -350,6 +350,22 @@
sops-nix.nixosModules.sops
];
};
vault01 = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
inherit inputs self sops-nix;
};
modules = [
(
{ config, pkgs, ... }:
{
nixpkgs.overlays = commonOverlays;
}
)
./hosts/vault01
sops-nix.nixosModules.sops
];
};
};
packages = forAllSystems (
{ pkgs }: