diff options
| author | Kleidi Bujari <mail@4kb.net> | 2025-08-30 12:38:41 -0400 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2025-08-30 17:23:05 +0000 |
| commit | 51a17428296b93d35334be671b6a48bc81f72a0a (patch) | |
| tree | 9f9948a5db038f38192d987bcac33f118a30b025 /modules/xnet | |
| parent | 93c04669adef95adea5936bcc07967189d22b5ea (diff) | |
| download | depot-51a17428296b93d35334be671b6a48bc81f72a0a.tar.gz depot-51a17428296b93d35334be671b6a48bc81f72a0a.tar.bz2 depot-51a17428296b93d35334be671b6a48bc81f72a0a.zip | |
add shortener for sourcehut git
Diffstat (limited to 'modules/xnet')
| -rw-r--r-- | modules/xnet/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/xnet/default.nix b/modules/xnet/default.nix index d6cc2d1..4d39e0f 100644 --- a/modules/xnet/default.nix +++ b/modules/xnet/default.nix @@ -93,6 +93,11 @@ in User git PreferredAuthentications publickey + Host sourcehut + HostName git.sr.ht + User git + PreferredAuthentications publickey + Host ee HostName pascal.ee.ryerson.ca User kbujari |
