upgrade vpsfree

This commit is contained in:
Cyryl Płotnicki 2022-12-02 20:35:46 +00:00
parent 62303b5be6
commit d42b2caba5
3 changed files with 3 additions and 3 deletions

View file

@ -26,5 +26,5 @@
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
time.timeZone = "Europe/London";
nix.buildCores = 7;
nix.settings.cores = 8;
}

View file

@ -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;

View file

@ -26,5 +26,5 @@ in {
openssh.authorizedKeys.keys = authorizedKeys;
};
nix.trustedUsers = [ "root" "nix-builder" ];
nix.settings.trusted-users = [ "root" "nix-builder" ];
}