tangled
alpha
login
or
join now
kitten.sh
/
system
0
fork
atom
Personal Nix setup
0
fork
atom
overview
issues
pulls
pipelines
Add extra-trusted-users
kitten.sh
9 months ago
2a591a76
c1180e83
+1
1 changed file
expand all
collapse all
unified
split
modules
base
nix-config.nix
+1
modules/base/nix-config.nix
reviewed
···
32
32
];
33
33
trusted-users = [ "root" "@wheel" ];
34
34
allowed-users = [ "root" "@wheel" "${user}" ];
35
35
+
extra-trusted-users = [ "${user}" ];
35
36
# on Apple Silicon, Rosetta 2 allows for this
36
37
extra-platforms = mkIf (helpers.system == "aarch64-darwin") [ helpers.system "x86_64-darwin" ];
37
38
};