From b2cfa0799880a354ea35f6e1723a7b6633f5b552 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 c4d35d3d..95810a63 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;