aboutsummaryrefslogtreecommitdiff
path: root/hosts/copenhagen/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/copenhagen/configuration.nix')
-rw-r--r--hosts/copenhagen/configuration.nix8
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; [