From 48ff8e9ca773b8426ed28f2f74f162d02cfc8009 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 20 Oct 2022 18:39:39 -0700 Subject: [PATCH] more feedbackd user definition to phosh --- machines/moby/default.nix | 2 -- modules/gui/phosh.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) 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;