snowhawk: add gvfs for trash:/// support
This commit is contained in:
parent
7106852a9a
commit
231e0c511a
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@
|
|||
killall
|
||||
];
|
||||
|
||||
# Enable trash:/// support
|
||||
services.gvfs.enable = true;
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh.enable = true;
|
||||
services.openssh.openFirewall = true;
|
||||
|
|
Loading…
Reference in a new issue