Skip to content

Commit

Permalink
config/lily: add ssh config
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Sep 17, 2024
1 parent 3c4d037 commit d2bee07
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/lily.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};
};
}

0 comments on commit d2bee07

Please sign in to comment.