File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -133,12 +133,16 @@ The following two configurations are equivalent:
133133
134134``` nix
135135{config, ...}: {
136+
137+
138+
136139 # Apply the authelia middleware for the Homepage service
137140 nps.stacks.homepage.containers.homepage = {
138141 traefik.middleware.authelia.enable = true;
139142 };
140- # Setup a rule for the Homepage service domain.
143+
141144 nps.stacks.authelia.settings = {
145+ # Setup a rule for the Homepage service domain.
142146 access_control.rules = [
143147 {
144148 domain = config.nps.containers.homepage.traefik.serviceHost;
Original file line number Diff line number Diff line change 292292 password_reset . disable = lib . mkDefault true ;
293293 password_change . disable = lib . mkDefault true ;
294294 } ;
295-
295+ access_control . default_policy = config . nps . stacks . ${ name } . defaultAllowPolicy ;
296296 notifier . filesystem . filename = "/notifier/notification.txt" ;
297297 session =
298298 {
You can’t perform that action at this time.
0 commit comments