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
./immich.nix
./kellnr.nix
# ./llms.nix
./llms.nix
./matrix
# ./monitoring.nix
./monitoring.nix
# ./paperless.nix
./prowlarr.nix
# ./searxng.nix

View File

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