Add initial media1 host

This commit is contained in:
2025-01-24 23:31:52 +01:00
parent 006d0b9213
commit 83b2a4a2e8
6 changed files with 190 additions and 1 deletions

7
hosts/media1/default.nix Normal file
View File

@@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./configuration.nix
./kodi.nix
];
}