Files
nixos-servers/modules/homelab/default.nix
Torjus Håkestad db6d610e16
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m3s
homelab: add deploy.enable option with assertion
- Add homelab.deploy.enable option (requires vault.enable)
- Create shared homelab-deploy Vault policy for all hosts
- Enable homelab.deploy on all vault-enabled hosts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-07 06:47:12 +01:00

10 lines
99 B
Nix

{ ... }:
{
imports = [
./deploy.nix
./dns.nix
./host.nix
./monitoring.nix
];
}