mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
Updated nix for 22.11 (4)
This commit is contained in:
parent
3b57581c17
commit
f6862a1944
2 changed files with 81 additions and 77 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue