mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-01 07:26:05 +02:00
containers: drop privateNetwork
At some point this broke and I haven't been able to find any leads on why it broke, so the container now has access to host networking.
This commit is contained in:
parent
c8a20d24ee
commit
421d0a1b03
@ -12,7 +12,6 @@ let
|
||||
inherit (config.boot) enableContainers;
|
||||
|
||||
template = {
|
||||
privateNetwork = true;
|
||||
ephemeral = true;
|
||||
restartIfChanged = false;
|
||||
|
||||
@ -57,9 +56,6 @@ in
|
||||
|
||||
containers = mkIf enableContainers {
|
||||
wine = template // {
|
||||
hostAddress = "192.168.100.34";
|
||||
localAddress = "192.168.100.49";
|
||||
|
||||
config =
|
||||
{ nix-config, pkgs, ... }:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user