systemState bump, and enabled sftpServerExecutable

This commit is contained in:
rotterdam 2023-05-02 09:32:38 -03:00
parent 4c82b3b79e
commit e20f7462a7
3 changed files with 5 additions and 3 deletions

View file

@ -4,7 +4,10 @@
services = {
fwupd.enable = true;
fstrim.enable = true;
openssh.enable = true;
tailscale.enable = true;
openssh = {
enable = true;
sftpServerExecutable = "internal-sftp";
};
};
}