diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-04-11 18:12:37 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-04-11 18:12:37 -0500 |
| commit | 56149ced106468a053c89d6da302d96ef990dd4b (patch) | |
| tree | b37f4649ded818b6ca31265b7d3895acb6830350 /users | |
| parent | a1cff680dca67709778f160a8291ff5d77b61ee6 (diff) | |
| download | nixos-56149ced106468a053c89d6da302d96ef990dd4b.tar.xz nixos-56149ced106468a053c89d6da302d96ef990dd4b.zip | |
poweredge updates get immich working and zfs pools and oter updates
Diffstat (limited to 'users')
| -rw-r--r-- | users/timmy/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
