diff options
author | tv <tv@krebsco.de> | 2021-01-03 17:11:04 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-01-03 19:54:54 +0100 |
commit | fc951fa8b4950a67c55e1ab27ffd3e4039851ef1 (patch) | |
tree | fc9de61e81ed7b2cfbc1210f37ec9b9ebc1bc6fa /tv/2configs | |
parent | 6382e380e0835c95f657b5b2032fcfbe7ac37792 (diff) |
tv gitrepos: add TabFS
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/gitrepos.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tv/2configs/gitrepos.nix b/tv/2configs/gitrepos.nix index 64cbe74..5b6a70b 100644 --- a/tv/2configs/gitrepos.nix +++ b/tv/2configs/gitrepos.nix @@ -105,6 +105,9 @@ let { stockholm = { cgit.desc = "NixOS configuration"; }; + TabFS = { + cgit.desc = "mount browser tabs & co. as a filesystem"; + }; with-ssh = {}; } // mapAttrs (_: recursiveUpdate { cgit.section = "2. Host configurations"; }) { ni = { |