This commit is contained in:
4DBug
2026-01-30 10:19:28 -06:00
parent ba78a0eef4
commit bac01b58e4
2 changed files with 22 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
# This directory is a Syncthing folder marker.
# Do not delete.
folderID: nix
created: 2026-01-29T23:06:32-06:00

View File

@@ -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 = {