From ee801a3dbfa5052576f0ca4b8a64bae413f9f6e8 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 25 Aug 2024 19:19:44 +0000 Subject: [PATCH] nixosMod/allCommon: add @wheel to nix trusted-users --- nix/nixos-modules/allCommon.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/nixos-modules/allCommon.nix b/nix/nixos-modules/allCommon.nix index 4d06bbe..68723a7 100644 --- a/nix/nixos-modules/allCommon.nix +++ b/nix/nixos-modules/allCommon.nix @@ -84,6 +84,7 @@ in hashed-mirrors = [ "https://tarballs.nixos.org/" ]; trusted-users = [ "root" + "@wheel" ]; };