Fixed duplicated ssh enabled

This commit is contained in:
Frederik Jacobsen 2025-02-12 19:55:20 +01:00
parent 74c63cab66
commit e2a3db897b

View File

@ -83,8 +83,6 @@
# List services that you want to enable:
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.openssh = {
enable = true;
ports = [ 22 ];