Rename Audio to Audio Hauptraum Küche
This commit is contained in:
parent
c9310374af
commit
ed4b43ebfd
5 changed files with 6 additions and 6 deletions
13
config/hosts/audio-hauptraum-kueche/audio.nix
Normal file
13
config/hosts/audio-hauptraum-kueche/audio.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../../modules/services/audio
|
||||
];
|
||||
|
||||
ccchh.services.audio = {
|
||||
enable = true;
|
||||
name = "Audio Hauptraum Küche";
|
||||
};
|
||||
|
||||
users.users.chaos.extraGroups = [ "pipewire" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue