marleyos/modules/nixos/system/nix.nix
2025-05-26 11:20:05 -07:00

9 lines
93 B
Nix

{
nix = {
settings = {
trusted-users = [
"@wheel"
];
};
};
}