This commit is contained in:
Tasia Iso 2024-10-05 17:42:02 +02:00
parent 596ba1d55a
commit 4161e84ddd
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
2 changed files with 4 additions and 0 deletions

View file

@ -18,6 +18,8 @@
HTTP_PORT = 62101; HTTP_PORT = 62101;
# TODO # TODO
DISABLE_SSH = true; DISABLE_SSH = true;
APP_NAME = ":3";
APP_SLOGAN = "slogan";
}; };
# You can temporarily allow registration to create an admin user. # You can temporarily allow registration to create an admin user.
service.DISABLE_REGISTRATION = true; service.DISABLE_REGISTRATION = true;

View file

@ -5,4 +5,6 @@
# enable = true; # enable = true;
# enableSSHSupport = true; # enableSSHSupport = true;
# }; # };
services.pcscd.enable = true;
} }