forked from CCCHH/nix-infra
Introduce colmena config and add shairport-sync host
This commit is contained in:
parent
10702979f1
commit
096f2ffa91
5 changed files with 68 additions and 2 deletions
7
config/hosts/audio/default.nix
Normal file
7
config/hosts/audio/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./shairport-sync.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue