diff --git a/machines/moby/default.nix b/machines/moby/default.nix index 68ecaf37..123364a8 100644 --- a/machines/moby/default.nix +++ b/machines/moby/default.nix @@ -75,7 +75,5 @@ environment.variables.ALSA_CONFIG_UCM2 = "${./ucm2}"; systemd.services.pulseaudio.environment.ALSA_CONFIG_UCM2 = "${./ucm2}"; - users.groups.feedbackd.gid = config.sane.allocations.feedbackd-gid; - hardware.opengl.driSupport = true; } diff --git a/modules/gui/phosh.nix b/modules/gui/phosh.nix index 1cf145a5..bcfdaba0 100644 --- a/modules/gui/phosh.nix +++ b/modules/gui/phosh.nix @@ -30,6 +30,7 @@ in users.users.rtkit.uid = config.sane.allocations.rtkit-uid; users.groups.avahi.gid = config.sane.allocations.avahi-gid; users.groups.colord.gid = config.sane.allocations.colord-gid; + users.groups.feedbackd.gid = config.sane.allocations.feedbackd-gid; users.groups.geoclue.gid = config.sane.allocations.geoclue-gid; users.groups.rtkit.gid = config.sane.allocations.rtkit-gid;