From f1361665e0ae9d58e896639be3616915acad577d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Barnouin?= Date: Sun, 13 Oct 2024 12:59:53 +0200 Subject: [PATCH] Add root to trusted users ? --- services/minimalConfig/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/minimalConfig/default.nix b/services/minimalConfig/default.nix index 687bd26..cb2fa79 100644 --- a/services/minimalConfig/default.nix +++ b/services/minimalConfig/default.nix @@ -2,7 +2,7 @@ { nix = { settings.experimental-features = [ "nix-command" "flakes" ]; - settings.trusted-users = [ "@wheel" ]; + settings.trusted-users = [ "root" "@wheel" ]; }; networking = {