From 56149ced106468a053c89d6da302d96ef990dd4b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 11 Apr 2026 18:12:37 -0500 Subject: poweredge updates get immich working and zfs pools and oter updates --- users/timmy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users/timmy/default.nix') diff --git a/users/timmy/default.nix b/users/timmy/default.nix index e3950bc..4d75a80 100644 --- a/users/timmy/default.nix +++ b/users/timmy/default.nix @@ -16,7 +16,7 @@ videos = null; }; sshKeyPaths = [ "${home}/.ssh/id_ed25519" ]; - sshPublicKeyPaths = lib.map (keyPath: keyPath + ".pub") sshKeyPaths; + #sshPublicKeyPaths = lib.map (keyPath: keyPath + ".pub") sshKeyPaths; sshPublicKeys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDnsnAWcz46OVi1MWSxpOIUtUvwalijDwvW+oEvNjzep" ]; in { imports = [ @@ -78,7 +78,7 @@ in { # Add authorizedKeys to cgit service services._cgit.ssh.authorizedKeys = { keys = sshPublicKeys; - keyFiles = sshPublicKeyPaths; + #keyFiles = sshPublicKeyPaths; }; # Configure user home -- cgit v1.2.3