containers: simplify config

This commit is contained in:
Donovan Glover 2024-10-11 15:13:08 -04:00
parent 4d751d3d12
commit 0238abd1e5
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -62,14 +62,7 @@ in
wine = template // { wine = template // {
hostAddress = "192.168.100.34"; hostAddress = "192.168.100.34";
localAddress = "192.168.100.49"; localAddress = "192.168.100.49";
config = ../containers/wine.nix;
config =
{ ... }:
{
imports = [
../containers/wine.nix
];
};
}; };
}; };
} }