Remove wheel from trusted-users

We don't need to use any trusted-users special privileges in daily nix
work, and escalating privileges can be done via sudo
This commit is contained in:
2026-06-19 10:48:30 +00:00
parent 06c21a86a1
commit 7fdd373d58

View File

@@ -10,8 +10,6 @@
"flakes"
];
trusted-users = [ "@wheel" ];
# RPi builds can be slow due to compiling via binfmt.
download-buffer-size = 1 * 1024 * 1024 * 1024;
};