From 7f995df1968c616767bbc77de6417b9735770238 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 13 Dec 2021 15:27:19 +0100 Subject: [PATCH] Add coolneng to trustedUsers --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index ebcc2fa..4725fe1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -51,6 +51,7 @@ with pkgs; experimental-features = nix-command flakes ''; package = nixUnstable; + trustedUsers = [ "root" "coolneng" ]; }; # Clean tmp directory on shutdown