nixos-servers/hosts/auth01/default.nix
Torjus Håkestad 6759653491
Some checks failed
Run nix flake check / flake-check (push) Failing after 29s
Periodic flake update / flake-update (push) Successful in 4m37s
Add authelia to auth01
2025-04-01 23:52:24 +02:00

9 lines
109 B
Nix

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