nixos-servers/hosts/media1/default.nix

8 lines
71 B
Nix

{ ... }:
{
imports = [
./configuration.nix
./kodi.nix
];
}