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 | 0a3c248ab017cdae1cff41d38b9727c5de4adb29 (patch) | |
tree | 7433d58155a656d052859a82c14a14d251c13b84 /tv | |
parent | 72c4a3357fadb6db8ea05f3d01a0fadd13c73032 (diff) |
tv gitrepos: add TabFS
Diffstat (limited to 'tv')
-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 64cbe74f1..5b6a70b27 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 = { |