diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index 468e19e..f8d8afa 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/configuration.nix @@ -123,6 +123,9 @@ # List services that you want to enable: + # Enable trash:/// support + services.gvfs.enable = true; + # Enable the OpenSSH daemon. services.openssh.enable = true;