From cac8297fa42721e09d96614c1b16ab17d2c383d0 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 29 Aug 2019 06:22:37 -0700 Subject: reorganize some depo nix files --- depo/nutin-madaj/networking.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'depo/nutin-madaj/networking.nix') diff --git a/depo/nutin-madaj/networking.nix b/depo/nutin-madaj/networking.nix index 6c55005..4cfd73d 100644 --- a/depo/nutin-madaj/networking.nix +++ b/depo/nutin-madaj/networking.nix @@ -1,7 +1,15 @@ { lib, ... }: { - # This file was populated at runtime with the networking - # details gathered from the active system. networking = { + + hostName = "simatime"; + + firewall = { + allowedTCPPorts = [ 22 80 443 ]; + allowPing = true; + }; + + # This following was populated at runtime with the networking details + # gathered from the active system. nameservers = [ "67.207.67.2" "67.207.67.3" -- cgit v1.2.3