diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index aa9dad7..fc78ffd 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -43,7 +43,6 @@ in config = { lib, config, pkgs, ... }: { networking = { hostName = "git"; - nameservers = [ "10.42.97.10" ]; interfaces.mv-vserver = { useDHCP = true; }; @@ -91,9 +90,6 @@ in }; }; - services.openssh.enable = true; - - users.users.gitea = user; users.groups.gitea = group;