This commit is contained in:
Tasia Iso 2024-10-03 14:01:29 +02:00
parent 0d8908fa57
commit 469be13f95
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw

View file

@ -56,7 +56,7 @@ in {
virtualHosts."vulpecula.zone" = {
addSSL = true;
enableACME = true;
root = "${inputs.tilde.packages.x86_64-linux.default}";
root = inputs.tilde.packages.x86_64-linux.default;
};
virtualHosts."git.vulpecula.zone" = {
addSSL = true;
@ -86,7 +86,7 @@ in {
HTTP_PORT = 62101;
};
# You can temporarily allow registration to create an admin user.
service.DISABLE_REGISTRATION = false;
service.DISABLE_REGISTRATION = true;
# Add support for actions, based on act: https://github.com/nektos/act
# actions = {
# ENABLED = true;