From 92a2ee61b03454730ac13747f9401572486744e3 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 19 Nov 2021 15:07:25 +0100 Subject: [PATCH] Data engine host --- nixos/base.nix | 3 +++ nixos/thor.nix | 3 +++ odin.nix | 4 ++-- thor.nix | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/nixos/base.nix b/nixos/base.nix index b6cb141..b89e2cf 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -46,6 +46,9 @@ # firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. # firewall.enable = false; + hosts = { + "*.engine.sesar.int" = [ "172.20.28.210" ]; + }; }; # Set your time zone. diff --git a/nixos/thor.nix b/nixos/thor.nix index bf2bcf4..edd6653 100644 --- a/nixos/thor.nix +++ b/nixos/thor.nix @@ -74,6 +74,9 @@ }; networkmanager.enable = true; useDHCP = false; + hosts = { + "*.engine.sesar.int" = [ "172.20.28.210" ]; + }; }; time.timeZone = "Europe/Rome"; diff --git a/odin.nix b/odin.nix index d1ea114..659e5df 100644 --- a/odin.nix +++ b/odin.nix @@ -49,7 +49,7 @@ catgirl # IRC cava discord - # evolution + evolution file firefox gallery-dl @@ -63,7 +63,7 @@ gnomeExtensions.just-perfection gnomeExtensions.gtile gnome.file-roller - gnome.geary + # gnome.geary gnome.gnome-screenshot gnome.gnome-sound-recorder gnome.gnome-sudoku diff --git a/thor.nix b/thor.nix index d94ccab..9c84826 100644 --- a/thor.nix +++ b/thor.nix @@ -49,7 +49,7 @@ catgirl # IRC cava discord - # evolution + evolution file firefox gallery-dl @@ -63,7 +63,7 @@ gnomeExtensions.just-perfection gnomeExtensions.gtile gnome.file-roller - gnome.geary + # gnome.geary gnome.gnome-screenshot gnome.gnome-sound-recorder gnome.gnome-sudoku