diff --git a/config/lily.nix b/config/lily.nix index a1140eb..6d3af54 100644 --- a/config/lily.nix +++ b/config/lily.nix @@ -38,5 +38,13 @@ lib.mkIf config.foosteros.profiles.lily { uppull = "pull upstream HEAD"; }; }; + + programs.ssh = { + enable = true; + matchBlocks = { + "cl.forkos.org".user = "lilyinstarlight"; + "gerrit.lix.systems".user = "lilyinstarlight"; + }; + }; }; }