Files
nixos-servers/hosts/vaulttest01/default.nix
Torjus Håkestad 1ae0e67e80
Some checks failed
Run nix flake check / flake-check (push) Failing after 6m7s
fixup! vault: implement bootstrap integration
2026-02-02 22:59:46 +01:00

5 lines
55 B
Nix

{ ... }: {
imports = [
./configuration.nix
];
}