From da55c99dc9a45841eb6a5156092fe2a9f175b8fa Mon Sep 17 00:00:00 2001 From: geemili Date: Fri, 29 Dec 2023 22:10:30 -0700 Subject: [PATCH] feat: add `geemili` user as a trusted nix user This allows me to push configuration updates to the samsehu host --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 65b76c0..34f8893 100644 --- a/configuration.nix +++ b/configuration.nix @@ -152,6 +152,8 @@ options = "--delete-older-than 30d"; }; + nix.settings.trusted-users = [ "geemili" ]; + # Open ports in the firewall. networking.firewall.enable = true; networking.firewall.allowedTCPPorts = [