diff --git a/hosts/snowhawk/configuration.nix b/hosts/snowhawk/configuration.nix index 0ea0138..67cb491 100644 --- a/hosts/snowhawk/configuration.nix +++ b/hosts/snowhawk/configuration.nix @@ -108,6 +108,9 @@ killall ]; + # Enable trash:/// support + services.gvfs.enable = true; + # Enable the OpenSSH daemon. services.openssh.enable = true; services.openssh.openFirewall = true;