From 4490d86f2c9f511392d2050c0b251ac6073840f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Mon, 18 Apr 2022 18:19:15 +0200 Subject: [PATCH] :rocket: add wheel group to trusted users --- modules/cli/nix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/cli/nix.nix b/modules/cli/nix.nix index 9f6353a..c1792af 100644 --- a/modules/cli/nix.nix +++ b/modules/cli/nix.nix @@ -9,5 +9,7 @@ dates = "weekly"; }; optimise.automatic = true; + + settings.trusted-users = [ "root" "@wheel" ]; }; }