From c7f88f8807572f1277b551e191c08f1b09c89294 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Mon, 1 Jul 2024 14:25:58 +0100 Subject: [PATCH] fix(amy): lets maybe not y'know right now (but this time actually) --- hosts/amy/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/amy/configuration.nix b/hosts/amy/configuration.nix index e66b046..3613a9c 100644 --- a/hosts/amy/configuration.nix +++ b/hosts/amy/configuration.nix @@ -25,7 +25,10 @@ nixpkgs.config.allowUnfree = true; - services.openssh.enable = true; + services.openssh = { + enable = true; + openFirewall = false; + }; # networking.firewall.allowedTCPPorts = [ 22 ]; networking = {