Enable SSH

master
David Crompton 2023-08-17 09:34:01 -04:00
parent 98775778e4
commit 2dc4420dbb
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
./users.nix
];
networking.firewall.enable = false;
networking.firewall.enable = true;
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
@ -75,7 +75,7 @@
# List services that you want to enable:
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
services.openssh.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];