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
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
modulesPath,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -12,7 +13,7 @@
|
|||
timeout = 5;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
initrd.availableKernelModules = [
|
||||
"ahci"
|
||||
"nvme"
|
||||
|
|
|
@ -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