Allow public repository view

This commit is contained in:
2026-07-02 13:00:18 +01:00
parent a35bd0f0d4
commit 295e4db6a1
+3 -1
View File
@@ -14,7 +14,9 @@
# Configure network connections interactively with nmcli or nmtui. # Configure network connections interactively with nmcli or nmtui.
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
programs.fish.enable = true; programs.fish.enable = true;
programs.tmux.enable = true;
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/London"; time.timeZone = "Europe/London";
@@ -80,7 +82,7 @@
}; };
service = { service = {
DISABLE_REGISTRATION = true; DISABLE_REGISTRATION = true;
REQUIRE_SIGNIN_VIEW = true; REQUIRE_SIGNIN_VIEW = false;
}; };
session.COOKIE_SECURE = true; session.COOKIE_SECURE = true;
log.LEVEL = "Info"; log.LEVEL = "Info";