Skip to content

Commit

Permalink
fix(darwin): trusted-users
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 27, 2023
1 parent d196c7e commit fb8628f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/darwin/configuration.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ pkgs, ... }: {
services = { nix-daemon = { enable = true; }; };
nix.package = pkgs.nix;
nix.settings.trusted-users = [ "root" "carlos" ];

homebrew = {
enable = true;
Expand Down

0 comments on commit fb8628f

Please sign in to comment.