From bac01b58e4eb373b5ad9295d63039318c2faf9f8 Mon Sep 17 00:00:00 2001 From: 4DBug <4DBug@github.com> Date: Fri, 30 Jan 2026 10:19:28 -0600 Subject: [PATCH] push --- .stfolder/syncthing-folder-a0745f.txt | 5 +++++ main.nix | 18 +++++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .stfolder/syncthing-folder-a0745f.txt diff --git a/.stfolder/syncthing-folder-a0745f.txt b/.stfolder/syncthing-folder-a0745f.txt new file mode 100644 index 0000000..2f6a7df --- /dev/null +++ b/.stfolder/syncthing-folder-a0745f.txt @@ -0,0 +1,5 @@ +# This directory is a Syncthing folder marker. +# Do not delete. + +folderID: nix +created: 2026-01-29T23:06:32-06:00 diff --git a/main.nix b/main.nix index 5b4f18d..1b3794d 100644 --- a/main.nix +++ b/main.nix @@ -227,7 +227,21 @@ in fstrim.enable = true; - openssh.enable = true; + openssh = { + enable = true; + + settings = { + PasswordAuthentication = false; + KbdInteractiveAuthentication = false; + + PermitRootLogin = "no"; + + PubkeyAuthentication = true; + + X11Forwarding = true; + AllowTcpForwarding = true; + }; + }; pulseaudio.enable = false; @@ -408,6 +422,8 @@ in euphonica kooha + + loupe ]; environment = {