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" ];
|
||||
time.timeZone = "Europe/London";
|
||||
nix.buildCores = 7;
|
||||
nix.settings.cores = 8;
|
||||
}
|
||||
|
|
|
@ -48,9 +48,9 @@ in {
|
|||
inherit domain httpPort;
|
||||
enable = true;
|
||||
rootUrl = baseurl;
|
||||
disableRegistration = true;
|
||||
stateDir = path;
|
||||
settings = {
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
server = {
|
||||
START_SSH_SERVER = true;
|
||||
SSH_PORT = sshPort;
|
||||
|
|
|
@ -26,5 +26,5 @@ in {
|
|||
openssh.authorizedKeys.keys = authorizedKeys;
|
||||
};
|
||||
|
||||
nix.trustedUsers = [ "root" "nix-builder" ];
|
||||
nix.settings.trusted-users = [ "root" "nix-builder" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue