feat(authelia): configure port and reverse proxy feat(lldap): force password reset and update settings fix(nixos): remove root from trusted users on ryu and tako fix(immich): disable auto launch and enable password login refactor(tako): enable authelia, immich, and lldap services chore(secrets): update lldap seed and metadata timestamps
32 lines
540 B
Nix
32 lines
540 B
Nix
{...}: {
|
|
imports = [
|
|
# ./excalidraw.nix
|
|
# ./fail2ban.nix
|
|
# ./flaresolverr.nix
|
|
# # ./games
|
|
# ./gitea.nix
|
|
# ./homepage.nix
|
|
# # ./llama.nix
|
|
# # ./monitoring.nix
|
|
# # ./nextcloud.nix
|
|
# # ./paperless.nix
|
|
# ./prowlarr.nix
|
|
# ./resolved.nix
|
|
# ./searxng.nix
|
|
# ./headscale.nix
|
|
# ./shitpost.nix
|
|
./atuin.nix
|
|
./caddy.nix
|
|
./authelia.nix
|
|
./immich.nix
|
|
./lldap.nix
|
|
./openssh.nix
|
|
./tailscale.nix
|
|
];
|
|
services = {
|
|
nix-serve = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|