From 30eac239e5e452193f654a4f8885694bb547e4f8 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 29 Feb 2024 01:13:33 +0100 Subject: [PATCH] remove redundant ssh config from chmura --- hosts/chmura/configuration.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hosts/chmura/configuration.nix b/hosts/chmura/configuration.nix index 3eef92a..5cee96c 100644 --- a/hosts/chmura/configuration.nix +++ b/hosts/chmura/configuration.nix @@ -40,14 +40,6 @@ in { extraGroups = [ "docker" ]; }; - services.openssh = { - enable = true; - settings = { - PasswordAuthentication = false; - PermitRootLogin = "no"; - }; - }; - services.caddy = { enable = true; virtualHosts."test.jacekpoz.pl".extraConfig = ''