forked from CCCHH/nix-infra
Rename Audio to Audio Hauptraum Küche
This commit is contained in:
parent
c9310374af
commit
ed4b43ebfd
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
ccchh.services.audio = {
|
ccchh.services.audio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
name = "Audio";
|
name = "Audio Hauptraum Küche";
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.chaos.extraGroups = [ "pipewire" ];
|
users.users.chaos.extraGroups = [ "pipewire" ];
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "audio";
|
hostName = "audio-hauptraum-kueche";
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
|
@ -62,13 +62,13 @@
|
||||||
meta = {
|
meta = {
|
||||||
nixpkgs = nixpkgs.legacyPackages."x86_64-linux";
|
nixpkgs = nixpkgs.legacyPackages."x86_64-linux";
|
||||||
nodeNixpkgs = {
|
nodeNixpkgs = {
|
||||||
audio = nixpkgs-unstable.legacyPackages."x86_64-linux".extend shairportSync431ExtendedNixpkgsUnstableOverlay;
|
audio-hauptraum-kueche = nixpkgs-unstable.legacyPackages."x86_64-linux".extend shairportSync431ExtendedNixpkgsUnstableOverlay;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
audio = {
|
audio-hauptraum-kueche = {
|
||||||
deployment = {
|
deployment = {
|
||||||
targetHost = "audio.z9.ccchh.net";
|
targetHost = "audio-hauptraum-kueche.z9.ccchh.net";
|
||||||
targetPort = 22;
|
targetPort = 22;
|
||||||
targetUser = "colmena-deploy";
|
targetUser = "colmena-deploy";
|
||||||
tags = [ "thinkcccluster" ];
|
tags = [ "thinkcccluster" ];
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./config/common
|
./config/common
|
||||||
./config/proxmox-vm
|
./config/proxmox-vm
|
||||||
./config/hosts/audio
|
./config/hosts/audio-hauptraum-kueche
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue