Rename deprecated options
This commit is contained in:
parent
31c2c681c7
commit
dd1c2b3cab
2 changed files with 9 additions and 5 deletions
|
|
@ -5,10 +5,12 @@
|
|||
services.gitea = {
|
||||
enable = true;
|
||||
# TODO: Make this not be hardcoded
|
||||
rootUrl = "http://everest.local:3000";
|
||||
settings = {
|
||||
#server.SSH_PORT = 69;
|
||||
service.DISABLE_REGISTRATION = lib.mkDefault true;
|
||||
server = {
|
||||
#server.SSH_PORT = 69;
|
||||
DISABLE_REGISTRATION = lib.mkDefault true;
|
||||
ROOT_URL = "http://everest.local:3000";
|
||||
};
|
||||
};
|
||||
};
|
||||
networking.firewall = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue