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