From 79a86265f72945b157f9973286d84b190b6fd58a Mon Sep 17 00:00:00 2001 From: Dennis Date: Tue, 16 Sep 2025 15:40:01 +0200 Subject: [PATCH] removes non-existent value --- hosts/dnsc-server/default.nix | 1 - hosts/dnsc-vps-sm/default.nix | 1 - 2 files changed, 2 deletions(-) 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";