summaryrefslogtreecommitdiff
path: root/hosts/vidhar
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-08 17:24:11 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-08 17:24:11 +0100
commitfb7cd0220c908408910d26b9823acef9fe2b39e2 (patch)
treed5503f89e5828a7b11e1476e3ab1bde55d587a86 /hosts/vidhar
parent6d7310a14f288e33fa96733946ad6990687e44f9 (diff)
downloadnixos-fb7cd0220c908408910d26b9823acef9fe2b39e2.tar
nixos-fb7cd0220c908408910d26b9823acef9fe2b39e2.tar.gz
nixos-fb7cd0220c908408910d26b9823acef9fe2b39e2.tar.bz2
nixos-fb7cd0220c908408910d26b9823acef9fe2b39e2.tar.xz
nixos-fb7cd0220c908408910d26b9823acef9fe2b39e2.zip
vidhar: nftables...
Diffstat (limited to 'hosts/vidhar')
-rw-r--r--hosts/vidhar/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index c0e785ec..622c2c54 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -80,6 +80,7 @@
80 80
81 firewall = { 81 firewall = {
82 enable = true; 82 enable = true;
83 package = pkgs.iptables-nftables-compat;
83 allowPing = true; 84 allowPing = true;
84 allowedTCPPorts = [ 85 allowedTCPPorts = [
85 22 # ssh 86 22 # ssh