From b1fe5e99a46ca513b4d9f3fe1402cc3f5559690b Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 25 May 2025 04:05:16 +0200 Subject: [PATCH] fix: correct firewall issues with ssh function --- modules/core/sshd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/sshd.nix b/modules/core/sshd.nix index 012b44a..6e1a9e8 100644 --- a/modules/core/sshd.nix +++ b/modules/core/sshd.nix @@ -11,7 +11,7 @@ }; }; - networking.firewall.allowedTCPPorts = [ config.services.openssh.ports ]; + networking.firewall.allowedTCPPorts = config.services.openssh.ports; users.users.liv.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGXi00z/rxVrWLKgYr+tWIsbHsSQO75hUMSTThNm5wUw liv@sakura" # main laptop