Upgrade nixpkgs, home-manager and stateVersion to 23.05 #1
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 = {
|
||||
|
|
|
|||
|
|
@ -3,8 +3,10 @@
|
|||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
startWhenNeeded = true;
|
||||
permitRootLogin = "no";
|
||||
passwordAuthentication = false;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue