From e8b33c28ab8bc2f11fbc7bbc755bd055a8274b1d Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sat, 5 Aug 2023 19:41:20 +0200 Subject: [PATCH] Add udisks2 service --- hosts/mrmeeseeks/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/mrmeeseeks/configuration.nix b/hosts/mrmeeseeks/configuration.nix index 67f6c49..e9aa15e 100644 --- a/hosts/mrmeeseeks/configuration.nix +++ b/hosts/mrmeeseeks/configuration.nix @@ -41,6 +41,7 @@ security.rtkit.enable = true; security.pam.services.swaylock = {}; + services.udisks2.enable = true; environment.systemPackages = with pkgs; [ git