nix: Add the wheel group to trusted users to allow remote builds #34

Manually merged
tlater merged 1 commit from tlater/remote-builds into master 2021-04-28 00:25:49 +01:00

View file

@ -10,10 +10,14 @@
];
nix = {
# Enable flakes
package = pkgs.nixFlakes;
extraOptions = ''
experimental-features = nix-command flakes
'';
# Enable remote builds from tlater
trustedUsers = [ "@wheel" ];
};
networking = {