e
This commit is contained in:
parent
0d8908fa57
commit
469be13f95
|
@ -56,7 +56,7 @@ in {
|
||||||
virtualHosts."vulpecula.zone" = {
|
virtualHosts."vulpecula.zone" = {
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
root = "${inputs.tilde.packages.x86_64-linux.default}";
|
root = inputs.tilde.packages.x86_64-linux.default;
|
||||||
};
|
};
|
||||||
virtualHosts."git.vulpecula.zone" = {
|
virtualHosts."git.vulpecula.zone" = {
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
|
@ -86,7 +86,7 @@ in {
|
||||||
HTTP_PORT = 62101;
|
HTTP_PORT = 62101;
|
||||||
};
|
};
|
||||||
# You can temporarily allow registration to create an admin user.
|
# 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
|
# Add support for actions, based on act: https://github.com/nektos/act
|
||||||
# actions = {
|
# actions = {
|
||||||
# ENABLED = true;
|
# ENABLED = true;
|
||||||
|
|
Loading…
Reference in a new issue