diff --git a/hosts/dnsc-server/default.nix b/hosts/dnsc-server/default.nix index bd01e12..3b20905 100644 --- a/hosts/dnsc-server/default.nix +++ b/hosts/dnsc-server/default.nix @@ -118,7 +118,6 @@ # Root SSH programs.ssh = { - enable = true; matchBlocks = { "dnsc-storage" = { hostname = "u295965.your-storagebox.de"; diff --git a/hosts/dnsc-vps-sm/default.nix b/hosts/dnsc-vps-sm/default.nix index db4f3aa..ff59149 100644 --- a/hosts/dnsc-vps-sm/default.nix +++ b/hosts/dnsc-vps-sm/default.nix @@ -123,7 +123,6 @@ # Services # SSH services.openssh = { - enable = true; settings = { X11Forwarding = false; PermitRootLogin = "no";