summaryrefslogtreecommitdiffstats
path: root/users/timmy
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-09-23 18:00:33 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-09-23 18:00:33 -0500
commitd410affa579e8cb69796fc47a7f9fd6c0d2c30ae (patch)
treef03041bfd41b0a5fa861fd582ecf5de370830204 /users/timmy
parentf06933eed23c7003c0d81d687bd1f646768af19c (diff)
cgit config on poweredge pro
Diffstat (limited to 'users/timmy')
-rw-r--r--users/timmy/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/users/timmy/default.nix b/users/timmy/default.nix
index b75ebb5..4f9e206 100644
--- a/users/timmy/default.nix
+++ b/users/timmy/default.nix
@@ -78,12 +78,6 @@ in {
# Configure sops age key paths since age keys are generated via ssh private key
sops.age = { inherit sshKeyPaths; };
- # Add authorizedKeys to cgit service
- services._cgit.ssh.authorizedKeys = {
- keys = sshPublicKeys;
- #keyFiles = sshPublicKeyPaths;
- };
-
# Configure user home
home-manager.users.${username} = {
imports = [ ./home.nix ];