Rename Audio to Audio Hauptraum Küche

This commit is contained in:
June 2023-11-02 23:26:55 +01:00
commit ed4b43ebfd
5 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@
ccchh.services.audio = {
enable = true;
name = "Audio";
name = "Audio Hauptraum Küche";
};
users.users.chaos.extraGroups = [ "pipewire" ];

View file

@ -1,7 +1,7 @@
{ pkgs, ... }:
{
networking = {
hostName = "audio";
hostName = "audio-hauptraum-kueche";
};
system.stateVersion = "23.05";