workVM: don't set hostname or nameservers

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-12-09 16:22:46 -05:00
parent e746c5ab3b
commit eca6b76361
1 changed files with 0 additions and 3 deletions

View File

@ -99,9 +99,6 @@
nixpkgs.overlays = [ emacs-overlay.overlay ];
networking.hostName = "toxapex";
networking.nameservers = [ "100.100.100.100" ];
nix.package = pkgs.nixVersions.stable;
nix.extraOptions = ''
experimental-features = nix-command flakes