summaryrefslogtreecommitdiff
path: root/modules/mac/nix.nix
blob: 939121773a42c2adfb011a950bb024a9568e78f2 (plain) (blame)
1
2
3
4
5
6
{
  nix = {
    enable = false;
    settings.trusted-users = [ "@admin" ];
  };
}