From c4af2e03eb09a9b6566da1fd0c8be3e341e97463 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sun, 22 Mar 2026 19:55:52 +0100 Subject: Removed gnome-keyring and updated ssh config for new cgit configuration via tailscale --- mun.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/mun.nix b/mun.nix index a7bba0b..80e927e 100755 --- a/mun.nix +++ b/mun.nix @@ -107,13 +107,16 @@ programs = { ssh = { enable = true; - - # Disable legacy defaults (future-proof) - enableDefaultConfig = false; - - matchBlocks."*" = { - addKeysToAgent = "yes"; - forwardAgent = false; # or true if you actually need it + matchBlocks = { + "*" = { + addKeysToAgent = "yes"; + forwardAgent = false; # or true if you actually need it + }; + "cgit" = { + user = "git"; + hostname = "cgit"; # tailscale MagicDNS name + identityFile = "~/.ssh/cgit"; + }; }; }; @@ -140,7 +143,4 @@ ''; }; }; - services = { - gnome-keyring.enable = true; - }; } -- cgit v1.2.3