upgrade vpsfree
This commit is contained in:
parent
62303b5be6
commit
d42b2caba5
3 changed files with 3 additions and 3 deletions
|
@ -26,5 +26,5 @@
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
time.timeZone = "Europe/London";
|
time.timeZone = "Europe/London";
|
||||||
nix.buildCores = 7;
|
nix.settings.cores = 8;
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,9 +48,9 @@ in {
|
||||||
inherit domain httpPort;
|
inherit domain httpPort;
|
||||||
enable = true;
|
enable = true;
|
||||||
rootUrl = baseurl;
|
rootUrl = baseurl;
|
||||||
disableRegistration = true;
|
|
||||||
stateDir = path;
|
stateDir = path;
|
||||||
settings = {
|
settings = {
|
||||||
|
service.DISABLE_REGISTRATION = true;
|
||||||
server = {
|
server = {
|
||||||
START_SSH_SERVER = true;
|
START_SSH_SERVER = true;
|
||||||
SSH_PORT = sshPort;
|
SSH_PORT = sshPort;
|
||||||
|
|
|
@ -26,5 +26,5 @@ in {
|
||||||
openssh.authorizedKeys.keys = authorizedKeys;
|
openssh.authorizedKeys.keys = authorizedKeys;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.trustedUsers = [ "root" "nix-builder" ];
|
nix.settings.trusted-users = [ "root" "nix-builder" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue