DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

f6d143e1aa11267702c38db6d8f40418f373f527 — Jonni Liljamo 2 months ago cdcaef8
fix(systems/profiles/vm): wrong gateway
1 files changed, 1 insertions(+), 1 deletions(-)

M systems/profiles/vm/vm.nix
M systems/profiles/vm/vm.nix => systems/profiles/vm/vm.nix +1 -1
@@ 9,7 9,7 @@
  time.timeZone = "Europe/Helsinki";

  networking.defaultGateway = {
    address = "10.1.2.1";
    address = "10.1.1.1";
    interface = "eth0";
  };
  networking.nameservers = ["10.1.2.3"];