Fix nix trusted users

This commit is contained in:
Riley Apeldoorn 2023-05-23 10:47:29 +02:00
parent 55e2169571
commit be47076928

View file

@ -13,6 +13,10 @@ in with lib; {
'';
nix.registry.nixpkgs.flake = nixpkgs;
nix.registry.pwnix.flake = pwnix;
nix.settings.trusted-users = [
"@wheel"
"root"
];
};
}