diff options
Diffstat (limited to 'modules/tv/git/public.nix')
-rw-r--r-- | modules/tv/git/public.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/tv/git/public.nix b/modules/tv/git/public.nix index 7dc93e821..09d1e6b4b 100644 --- a/modules/tv/git/public.nix +++ b/modules/tv/git/public.nix @@ -65,8 +65,7 @@ in imports = [ ./. ]; - - services.git = { + tv.git = { enable = true; inherit repos rules users; }; |