From b0953084ec40ec10e46f4e748986006a4992bcd3 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Wed, 26 Jul 2023 16:59:29 +0200 Subject: [PATCH] Add udisks2 service to machines who are supposed to use udiskie --- modules/graphical.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphical.nix b/modules/graphical.nix index 35160b6..1a97715 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -77,7 +77,7 @@ with lib; { xkbOptions = "eurosign:e"; }; gnome.gnome-keyring.enable = true; - + udisks2.enable = true; printing.enable = true; };