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:
@@ -10,8 +10,6 @@
|
|||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
|
|
||||||
trusted-users = [ "@wheel" ];
|
|
||||||
|
|
||||||
# RPi builds can be slow due to compiling via binfmt.
|
# RPi builds can be slow due to compiling via binfmt.
|
||||||
download-buffer-size = 1 * 1024 * 1024 * 1024;
|
download-buffer-size = 1 * 1024 * 1024 * 1024;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user