From f91b7c3a299ebdb0d9b2694d53656e17c77987d5 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Mon, 6 May 2024 14:18:15 -0300 Subject: [PATCH] Added trusted users --- modules/system.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/system.nix b/modules/system.nix index 92c7d37..ecb9913 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -11,6 +11,10 @@ trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; + trusted-users = [ + "root" + "panotaka" + ]; }; # Enable CUPS to print documents.