fix(amy): lets maybe not y'know right now (but this time actually)

This commit is contained in:
Ashhhleyyy 2024-07-01 14:25:58 +01:00
parent 22d2122755
commit c7f88f8807
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -25,7 +25,10 @@
nixpkgs.config.allowUnfree = true;
services.openssh.enable = true;
services.openssh = {
enable = true;
openFirewall = false;
};
# networking.firewall.allowedTCPPorts = [ 22 ];
networking = {