summaryrefslogtreecommitdiff
path: root/depo/nutin-madaj/networking.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-08-29 06:22:37 -0700
committerBen Sima <ben@bsima.me>2019-08-29 06:26:16 -0700
commitcac8297fa42721e09d96614c1b16ab17d2c383d0 (patch)
tree245ab2c4febcf3da3abfcd77bf5aa758df5211e5 /depo/nutin-madaj/networking.nix
parentea1b81977d6c4d60e6c0764477a11dcb232c7b9d (diff)
reorganize some depo nix files
Diffstat (limited to 'depo/nutin-madaj/networking.nix')
-rw-r--r--depo/nutin-madaj/networking.nix12
1 files changed, 10 insertions, 2 deletions
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"