summaryrefslogtreecommitdiff
path: root/depo/nutin-madaj/default.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/default.nix
parentea1b81977d6c4d60e6c0764477a11dcb232c7b9d (diff)
reorganize some depo nix files
Diffstat (limited to 'depo/nutin-madaj/default.nix')
-rw-r--r--depo/nutin-madaj/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/depo/nutin-madaj/default.nix b/depo/nutin-madaj/default.nix
index fdfb32e..4fae1e3 100644
--- a/depo/nutin-madaj/default.nix
+++ b/depo/nutin-madaj/default.nix
@@ -48,8 +48,6 @@ import "${nixpkgs}/nixos" {
(import ../../pack/overlay.nix)
];
- networking.firewall.allowedTCPPorts = [ 22 80 443 ];
-
programs.mosh = {
enable = true;
withUtempter = true;
@@ -85,8 +83,6 @@ import "${nixpkgs}/nixos" {
};
boot.cleanTmpDir = true;
- networking.hostName = "simatime";
- networking.firewall.allowPing = true;
services.openssh.enable = true;
};
}