systemState bump, and enabled sftpServerExecutable
This commit is contained in:
parent
4c82b3b79e
commit
e20f7462a7
3 changed files with 5 additions and 3 deletions
|
|
@ -4,7 +4,10 @@
|
|||
services = {
|
||||
fwupd.enable = true;
|
||||
fstrim.enable = true;
|
||||
openssh.enable = true;
|
||||
tailscale.enable = true;
|
||||
openssh = {
|
||||
enable = true;
|
||||
sftpServerExecutable = "internal-sftp";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue