Compare commits

...

2 Commits

Author SHA1 Message Date
2741e25585 feat: enable stuff
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m23s
2026-02-23 18:42:31 +05:30
e9aed100af Merge pull request 'feat: add matrix-rtc' (#1) from matrix-rtc into master
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
Reviewed-on: #1
2026-02-23 19:42:06 +08:00
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";
# } }
# ]; ];
# }; };
# }; };
# }; };
# }; };
}; };
} }