summaryrefslogtreecommitdiff
path: root/hosts/apocalypse/default.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-10-23 16:37:55 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-10-23 16:37:55 +0200
commit466adabc7229bda8119fa27820ceea659979b3f5 (patch)
treef34bda16420687b4dc6ccf6bb86ba062c5849af4 /hosts/apocalypse/default.nix
parenteeb53599fb7f7a6ae9543f37538d6eef69b5d81c (diff)
Firewall?
Diffstat (limited to 'hosts/apocalypse/default.nix')
-rw-r--r--hosts/apocalypse/default.nix3
1 files changed, 2 insertions, 1 deletions
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;