kardorf: enable ssh access

This commit is contained in:
Julian Mutter 2025-05-16 12:11:45 +02:00
parent 18f9cc3fa8
commit 6dadb2008c
2 changed files with 5 additions and 2 deletions

View File

@ -13,7 +13,7 @@ in {
PasswordAuthentication = false; PasswordAuthentication = false;
PermitRootLogin = "no"; PermitRootLogin = "no";
# TODO: what does this d # TODO: what does this do
# Let WAYLAND_DISPLAY be forwarded # Let WAYLAND_DISPLAY be forwarded
AcceptEnv = "WAYLAND_DISPLAY"; AcceptEnv = "WAYLAND_DISPLAY";
X11Forwarding = true; X11Forwarding = true;
@ -34,7 +34,7 @@ in {
# publicKeyFile = ../../${hostname}/ssh_host_ed25519_key.pub; # publicKeyFile = ../../${hostname}/ssh_host_ed25519_key.pub;
# extraHostNames = # extraHostNames =
# [ # [
# "${hostname}.m7.rs" # # "${hostname}.m7.rs"
# ] # ]
# ++ # ++
# # Alias for localhost if it's the same host # # Alias for localhost if it's the same host

View File

@ -10,9 +10,12 @@
../common/optional/boot-efi.nix ../common/optional/boot-efi.nix
../common/optional/greetd.nix ../common/optional/greetd.nix
# ../common/optional/gdm.nix # ../common/optional/gdm.nix
# ../common/optional/i3.nix # ../common/optional/i3.nix
../common/optional/openssh.nix
../common/optional/authentication.nix ../common/optional/authentication.nix
../common/optional/pcmanfm.nix ../common/optional/pcmanfm.nix
../common/optional/pipewire.nix ../common/optional/pipewire.nix