snowhawk: add gvfs for trash:/// support

main
Zynh Ludwig 2024-07-26 03:43:09 -07:00
parent 7106852a9a
commit 231e0c511a
1 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,9 @@
killall killall
]; ];
# Enable trash:/// support
services.gvfs.enable = true;
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh.enable = true; services.openssh.enable = true;
services.openssh.openFirewall = true; services.openssh.openFirewall = true;