Files
nixos-servers/system/default.nix
Torjus Håkestad f5904738b0
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Run nix flake check / flake-check (pull_request) Successful in 2m30s
vault: implement bootstrap integration
2026-02-03 01:09:43 +01:00

16 lines
211 B
Nix

{ ... }:
{
imports = [
./acme.nix
./autoupgrade.nix
./monitoring
./packages.nix
./nix.nix
./root-user.nix
./root-ca.nix
./sops.nix
./sshd.nix
./vault-secrets.nix
];
}