From 466adabc7229bda8119fa27820ceea659979b3f5 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Thu, 23 Oct 2025 16:37:55 +0200 Subject: Firewall? --- hosts/apocalypse/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/apocalypse/default.nix') diff --git a/hosts/apocalypse/default.nix b/hosts/apocalypse/default.nix index 2782a6e..d199263 100644 --- a/hosts/apocalypse/default.nix +++ b/hosts/apocalypse/default.nix @@ -17,6 +17,7 @@ virtualisation.host = true; vpn.mullvad.enable = true; + vpn.eduvpn.enable = true; gpg.enable = true; }; @@ -83,7 +84,7 @@ services.fwupd.enable = true; services.openssh = { - enable = true; + enable = false; ports = [22]; openFirewall = false; allowSFTP = false; -- cgit v1.3.1