fix: add wheel group to trusted users

This commit is contained in:
winston 2024-09-11 08:56:34 +02:00
parent f989ced7ec
commit a57124d3cb

View file

@ -6,6 +6,7 @@
// { // {
auto-optimise-store = true; auto-optimise-store = true;
experimental-features = ["nix-command" "flakes"]; experimental-features = ["nix-command" "flakes"];
trusted-users = ["@wheel" "winston"];
}; };
}; };
} }