diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:39:55 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:54 -0700 |
| commit | 03d21c96eac95ea2d042366168c2510118ab44a5 (patch) | |
| tree | 55ee0786d4815d479d57b3a62d25e9c35ab20c59 /hosts | |
| parent | b651c0fbf47f58a6b1ba0663615832dbc578ebe1 (diff) | |
migration: openssh server
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/copenhagen/configuration.nix | 8 |
1 files changed, 0 insertions, 8 deletions
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; [ |