Skip to content

Commit

Permalink
chore(darwin): remove unneeded root trusted user
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Jan 15, 2025
1 parent e185e99 commit f1934fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions system/darwin/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
settings = {
build-users-group = "nixbld";
allowed-users = [ "@staff" ];
trusted-users = [
"root"
user.login
];
trusted-users = [ user.login ];
};
};
}

0 comments on commit f1934fe

Please sign in to comment.