From e5f5117cdd320259ee62f02811a666873220fedc Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Sun, 4 Jan 2026 21:07:20 +0000 Subject: [PATCH] Add eliribble to trusted users for pushing updates This should make it possible to push remote builds. --- modules/system/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/base.nix b/modules/system/base.nix index 557d995..7140725 100644 --- a/modules/system/base.nix +++ b/modules/system/base.nix @@ -25,6 +25,7 @@ nix.settings = { download-buffer-size = 524288000; experimental-features = [ "nix-command" "flakes" ]; + trusted-users = [ "eliribble" ]; }; programs.mosh.enable = true; security.pam.loginLimits = [{