feat(orpheus): get audio working on orpheus
This commit is contained in:
parent
020530097a
commit
50bc08c5de
3 changed files with 30 additions and 2 deletions
|
@ -31,9 +31,11 @@
|
|||
description = "rafiq";
|
||||
hashedPasswordFile = config.sops.secrets."rafiq/password".path;
|
||||
uid = 1000;
|
||||
linger = true; # keep user services running
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
"audio" # Pipewire
|
||||
];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILdsZyY3gu8IGB8MzMnLdh+ClDxQQ2RYG9rkeetIKq8n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue