mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-07 17:04:00 +01:00
containers: simplify config
This commit is contained in:
parent
4d751d3d12
commit
0238abd1e5
@ -62,14 +62,7 @@ in
|
||||
wine = template // {
|
||||
hostAddress = "192.168.100.34";
|
||||
localAddress = "192.168.100.49";
|
||||
|
||||
config =
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
../containers/wine.nix
|
||||
];
|
||||
};
|
||||
config = ../containers/wine.nix;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user