e
This commit is contained in:
parent
0d8908fa57
commit
469be13f95
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue