feat: enable stuff
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m23s

This commit is contained in:
2026-02-23 18:42:31 +05:30
parent e9aed100af
commit 2741e25585
2 changed files with 16 additions and 16 deletions

View File

@@ -21,9 +21,9 @@
# ./headscale.nix # ./headscale.nix
./immich.nix ./immich.nix
./kellnr.nix ./kellnr.nix
# ./llms.nix ./llms.nix
./matrix ./matrix
# ./monitoring.nix ./monitoring.nix
# ./paperless.nix # ./paperless.nix
./prowlarr.nix ./prowlarr.nix
# ./searxng.nix # ./searxng.nix

View File

@@ -198,19 +198,19 @@
reverse_proxy localhost:${builtins.toString config.services.homepage-dashboard.listenPort} reverse_proxy localhost:${builtins.toString config.services.homepage-dashboard.listenPort}
''; '';
}; };
# authelia = { authelia = {
# instances.darksailor = { instances.darksailor = {
# settings = { settings = {
# access_control = { access_control = {
# rules = [ rules = [
# { {
# domain = "dashboard.darksailor.dev"; domain = "dashboard.darksailor.dev";
# policy = "one_factor"; policy = "one_factor";
# } }
# ]; ];
# }; };
# }; };
# }; };
# }; };
}; };
} }