Updated nix for 22.11 (4)

This commit is contained in:
Luj 2023-01-05 17:15:06 +01:00
parent 3b57581c17
commit f6862a1944
Signed by: luj
GPG key ID: 6FC74C847011FD83
2 changed files with 81 additions and 77 deletions

View file

@ -18,7 +18,7 @@ with lib;
users.users.nix-serve = {
isSystemUser = true;
};
nix.allowedUsers = [ "nix-serve" ];
nix.settings.allowed-users = [ "nix-serve" ];
users.users.nix-serve.group = "nix-serve";
users.groups.nix-serve = { };
@ -32,5 +32,6 @@ with lib;
port = port;
};
} (mkSubdomain cfg.subdomain port));
}
(mkSubdomain cfg.subdomain port));
}