From 0d28ac05f7ae524fe17a7a3485744e3ffa99ccb6 Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 10 Feb 2023 18:38:19 +0900 Subject: feat(nixos): remove cobalt --- nixos/cobalt/services/git-daemon.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 nixos/cobalt/services/git-daemon.nix (limited to 'nixos/cobalt/services/git-daemon.nix') diff --git a/nixos/cobalt/services/git-daemon.nix b/nixos/cobalt/services/git-daemon.nix deleted file mode 100644 index 21e957e..0000000 --- a/nixos/cobalt/services/git-daemon.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - services.gitDaemon = { - enable = true; - createUserAndGroup = false; - basePath = "/var/lib/gitolite/repositories"; - }; - - networking.firewall.allowedTCPPorts = [ 9418 ]; - - disabledModules = [ "services/networking/git-daemon.nix" ]; - - imports = [ - ../modules/git-daemon.nix - ]; -} -- cgit 1.4.1