diff --git a/machines/louise/configuration.nix b/machines/louise/configuration.nix index 470e1fb..913a1af 100644 --- a/machines/louise/configuration.nix +++ b/machines/louise/configuration.nix @@ -44,18 +44,6 @@ ]; }; - # rtkit is optional but recommended - security.rtkit.enable = true; - services.pipewire = { - enable = true; - alsa.enable = true; - alsa.support32Bit = true; - pulse.enable = true; - systemWide = true; - # If you want to use JACK applications, uncomment this - #jack.enable = true; - }; - services.tor = { enable = true; client.enable = true; diff --git a/machines/modules/malobeo_user.nix b/machines/modules/malobeo_user.nix index 981bdb3..bbe85c7 100644 --- a/machines/modules/malobeo_user.nix +++ b/machines/modules/malobeo_user.nix @@ -6,7 +6,7 @@ in { users.users.malobeo = { isNormalUser = true; - extraGroups = [ "wheel" "pulse-access" "scanner" "lp" ]; + extraGroups = [ "pipewire" "wheel" "pulse-access" "scanner" "lp" ]; openssh.authorizedKeys.keys = sshKeys.admins; initialPassword = "test"; };