diff options
author | tv <tv@shackspace.de> | 2015-06-22 19:19:32 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-06-22 19:19:32 +0200 |
commit | ff7178be0090f31e12c65d6158c558bf1d9d7f14 (patch) | |
tree | ca44202474824f9ad9f7f8ad6c34a2ec030bad32 /modules/tv/git/public.nix | |
parent | 964855f30bcb36869f24cb8474b9a0c44f58a736 (diff) |
tv git: split module into options and config
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; }; |