diff --git a/hswaw/machines/customs.hackerspace.pl/beyondspace.nix b/hswaw/machines/customs.hackerspace.pl/beyondspace.nix index 90b17c01..02e677d8 100644 --- a/hswaw/machines/customs.hackerspace.pl/beyondspace.nix +++ b/hswaw/machines/customs.hackerspace.pl/beyondspace.nix @@ -4,6 +4,7 @@ let beyondspaceDomains = { "inventory.waw.hackerspace.pl" = "https"; "vending.waw.hackerspace.pl" = "https"; + "label.waw.hackerspace.pl" = "http"; }; in with lib; { @@ -15,6 +16,7 @@ in with lib; { extraConfig = { oidc-issuer-url = "https://sso.hackerspace.pl"; email-domain = "*"; + htpasswd-file = "/var/beyondspace.htpasswd"; }; };