home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit d86fd0cc7d38316986d080504149fe7a6ecf2fdb
parent 65b05b00f2c5d44b8770ac9421d0422c8639adf5
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 13 May 2024 17:26:13 +0200

shikoku: update nix.settings

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/shikoku.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/hosts/shikoku.nix b/systems/hosts/shikoku.nix @@ -191,7 +191,7 @@ in extraGroups = [ ]; openssh.authorizedKeys.keys = [ (builtins.readFile ../../secrets/builder.pub) ]; }; - nix.trustedUsers = [ "root" "vincent" "builder" ]; + nix.settings.trusted-users = [ "root" "vincent" "builder" ]; security.pam.enableSSHAgentAuth = true; }