From 702990775e68f33f3a0110730ecfc2df73636a6b Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Josh)" Date: Fri, 11 Oct 2024 01:01:56 -0500 Subject: [PATCH] add trusted user --- hosts/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index c4d35d3..95810a6 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -39,6 +39,9 @@ in # nix.settings.fsync-metadata = true; nix.settings.auto-optimise-store = true; + # TODO should I have this set for my user... + nix.settings.trusted-users = [ "root" "${settings.user.username}" ]; + # nix helper programs.nh = { enable = true;