gui: Enable udisks2
It no longer is implicitly enabled, so it has to be enabled explicitly.
This commit is contained in:
parent
e89cc99a11
commit
e1e1ff06e0
|
@ -23,6 +23,8 @@ lib.mkIf config.sbruder.gui.enable {
|
|||
|
||||
services.upower.enable = true;
|
||||
|
||||
services.udisks2.enable = true;
|
||||
|
||||
# steam (and other high quality software) still ships 32 bit binaries
|
||||
hardware.opengl.driSupport32Bit = lib.mkDefault pkgs.stdenv.isx86_64;
|
||||
|
||||
|
|
Loading…
Reference in a new issue