From 03d21c96eac95ea2d042366168c2510118ab44a5 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 14 Apr 2025 18:39:55 -0700 Subject: migration: openssh server --- hosts/copenhagen/configuration.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'hosts') diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix index 0b4e83e..3f6c089 100644 --- a/hosts/copenhagen/configuration.nix +++ b/hosts/copenhagen/configuration.nix @@ -24,14 +24,6 @@ services = { pcscd.enable = true; - openssh = { - enable = true; - ports = [ 42069 ]; - settings = { - PermitRootLogin = "no"; - PasswordAuthentication = false; - }; - }; }; environment.systemPackages = with pkgs; [ -- cgit v1.2.3