From d3945283f66c639a956fa19aa9e403ab95b6f656 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Tue, 26 Nov 2024 22:51:30 +0300 Subject: [PATCH] system: Add disks2 --- nixos/hosts/Eclipse/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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; }