Compare commits

..

No commits in common. "fe7a61e848572d17b58c1f223facdc8bac9d5f11" and "b61734c4c5d702cac0218f22e8d5665d7b16dc70" have entirely different histories.

View file

@ -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;