From 0c996f611540fcc3b29c1232f0807109eec4c0cb Mon Sep 17 00:00:00 2001 From: revol-xut Date: Fri, 2 Jun 2023 16:07:53 +0200 Subject: [PATCH] add ssh fixes --- hosts/quitte/configuration.nix | 2 +- modules/base.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/quitte/configuration.nix b/hosts/quitte/configuration.nix index 40fa89f..0ddbc99 100644 --- a/hosts/quitte/configuration.nix +++ b/hosts/quitte/configuration.nix @@ -30,7 +30,7 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; - services.openssh.settings.permitRootLogin = "yes"; + services.openssh.settings.PermitRootLogin = "yes"; # Open ports in the firewall. networking.firewall.allowedTCPPorts = [ 443 80 ]; diff --git a/modules/base.nix b/modules/base.nix index 2ba9864..2b05874 100755 --- a/modules/base.nix +++ b/modules/base.nix @@ -34,9 +34,9 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAJ7qUGZUjiDhQ6Se+aXr9DbgRTG2tx69owqVMkd2bna simon@mayushii" ]; keyFiles = [ - ../keys/ssh/marcus-sapphire - ../keys/ssh/schrader - ../keys/ssh/jannusch + #../keys/ssh/marcus-sapphire + #../keys/ssh/schrader + #../keys/ssh/jannusch ../keys/ssh/jannusch-arch ../keys/ssh/tassilo ../keys/ssh/jonasga