Files
Olympus/system-config/services/containers/default.nix
2024-11-11 16:09:48 -06:00

13 lines
169 B
Nix

{ ... }: {
imports = [
./gitlab
./traefik
# ./authentik-nix
./authentik
./nginx
./jellyfin
./pihole
];
}