nix: Add the wheel group to trusted users to allow remote builds
This commit is contained in:
parent
486a68078f
commit
939c768280
|
@ -10,10 +10,14 @@
|
|||
];
|
||||
|
||||
nix = {
|
||||
# Enable flakes
|
||||
package = pkgs.nixFlakes;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
||||
# Enable remote builds from tlater
|
||||
trustedUsers = [ "@wheel" ];
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
Loading…
Reference in a new issue