mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: allow SFTP to samba for scanners/other network devices
This commit is contained in:
parent
4241f53f66
commit
b23d22ff18
2 changed files with 44 additions and 3 deletions
|
@ -5,6 +5,7 @@
|
|||
# because we rely on ssh key generation for agenix
|
||||
startWhenNeeded = lib.mkForce false;
|
||||
authorizedKeysFiles = lib.mkForce ["/etc/ssh/authorized_keys.d/%u"];
|
||||
sftpServerExecutable = "internal-sftp";
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue