From 6dadb2008c2c3154e362d9e4b30a76cde1f49cdd Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Fri, 16 May 2025 12:11:45 +0200 Subject: [PATCH] kardorf: enable ssh access --- hosts/common/optional/openssh.nix | 4 ++-- hosts/kardorf/default.nix | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/common/optional/openssh.nix b/hosts/common/optional/openssh.nix index b5c2813..4e6b738 100644 --- a/hosts/common/optional/openssh.nix +++ b/hosts/common/optional/openssh.nix @@ -13,7 +13,7 @@ in { PasswordAuthentication = false; PermitRootLogin = "no"; - # TODO: what does this d + # TODO: what does this do # Let WAYLAND_DISPLAY be forwarded AcceptEnv = "WAYLAND_DISPLAY"; X11Forwarding = true; @@ -34,7 +34,7 @@ in { # publicKeyFile = ../../${hostname}/ssh_host_ed25519_key.pub; # extraHostNames = # [ - # "${hostname}.m7.rs" + # # "${hostname}.m7.rs" # ] # ++ # # Alias for localhost if it's the same host diff --git a/hosts/kardorf/default.nix b/hosts/kardorf/default.nix index 7131b36..3c13708 100644 --- a/hosts/kardorf/default.nix +++ b/hosts/kardorf/default.nix @@ -10,9 +10,12 @@ ../common/optional/boot-efi.nix ../common/optional/greetd.nix + # ../common/optional/gdm.nix # ../common/optional/i3.nix + ../common/optional/openssh.nix + ../common/optional/authentication.nix ../common/optional/pcmanfm.nix ../common/optional/pipewire.nix