diff options
Diffstat (limited to 'config/services/default.nix')
| -rw-r--r-- | config/services/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/services/default.nix b/config/services/default.nix index a58f2a7..b0df600 100644 --- a/config/services/default.nix +++ b/config/services/default.nix @@ -1,8 +1,5 @@ { ... }: { - imports = [ - ./git - ./kerberos - ]; + imports = [ ./git ]; } |
