fix: Don't put openssh option in networking

This commit is contained in:
uttarayan21
2024-11-18 21:07:16 +05:30
parent 746e099f9f
commit 48fb6909cb

View File

@@ -134,6 +134,8 @@
};
};
services.openssh.enable = true;
networking = {
hostName = "ryu"; # Define your hostname.
nameservers = ["1.1.1.1" "8.8.8.8"];
@@ -156,7 +158,6 @@
# List services that you want to enable:
# Enable the OpenSSH daemon.
services.openssh.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];