flake

Francesco Saccone's Nix flake.
git clone git://git.francescosaccone.com/flake
Log | Files | Refs | README | LICENSE

commit ae6c1d2894b08facb73c3aa9d5b43eb96e32e0c9
parent 93110dc448e85744727a69fa6e3d12c682a0352a
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Tue, 18 Mar 2025 19:21:08 +0100

feat: remove @wheel from Nix trusted users

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
Mhosts/common/default.nix | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/hosts/common/default.nix b/hosts/common/default.nix @@ -39,7 +39,6 @@ ]; trusted-users = [ "root" - "@wheel" ]; }; gc = {