diff options
author | tv <tv@krebsco.de> | 2018-12-28 14:49:44 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-12-28 14:49:44 +0100 |
commit | 32b2aff200edf3e73f6a2c9e3d6548e4985ecd9f (patch) | |
tree | 3ecb40d890911ca576c0bd21efc5c607808ce34e /tv/2configs/gitrepos.nix | |
parent | dc79107558105a3b6afb558f194965fcb3867542 (diff) |
tv gitrepos: with-ssh
Diffstat (limited to 'tv/2configs/gitrepos.nix')
-rw-r--r-- | tv/2configs/gitrepos.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix index a89d1302c..9409246e2 100644 --- a/tv/2configs/gitrepos.nix +++ b/tv/2configs/gitrepos.nix @@ -71,6 +71,7 @@ let { stockholm = { cgit.desc = "NixOS configuration"; }; + with-ssh = {}; } // mapAttrs (_: recursiveUpdate { cgit.section = "2. Host configurations"; }) { ni = { }; |