diff --git a/base.nix b/base.nix index 28446c7..5672165 100644 --- a/base.nix +++ b/base.nix @@ -18,11 +18,6 @@ }) ]; - # Enable ssh on boot - services = { - openssh.enable = true; - }; - users = { users.default = { password = "visionfive-nix"; diff --git a/configuration.nix b/configuration.nix index eb21714..7cdc508 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,4 +1,6 @@ { + # Enable ssh on boot + services.openssh.enable = true; networking.firewall.allowedTCPPorts = [ 19999 ]; services.netdata.enable = true; }