diff --git a/nixos/hosts/Eclipse/configuration.nix b/nixos/hosts/Eclipse/configuration.nix index 6c3c20b..554f432 100644 --- a/nixos/hosts/Eclipse/configuration.nix +++ b/nixos/hosts/Eclipse/configuration.nix @@ -62,5 +62,8 @@ "pc.crashsight.wetest.net" ]; }; + + services.gvfs.enable = true; + services.udisks2.enable = true; }