nixos: Internal network tidying

This commit is contained in:
2022-05-18 23:29:52 +01:00
parent 0a5a554ab3
commit b504f11c6b
4 changed files with 18 additions and 8 deletions

View File

@@ -11,6 +11,8 @@ in
enableIPv6 = mkDefault true;
useNetworkd = mkDefault true;
};
services.resolved.domains = [ config.networking.domain ];
}
(mkIf config.my.build.isDevVM {