mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-04 08:56:01 +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;
|
inherit (config.boot) enableContainers;
|
||||||
|
|
||||||
template = {
|
template = {
|
||||||
privateNetwork = true;
|
|
||||||
ephemeral = true;
|
ephemeral = true;
|
||||||
restartIfChanged = false;
|
restartIfChanged = false;
|
||||||
|
|
||||||
@ -57,9 +56,6 @@ in
|
|||||||
|
|
||||||
containers = mkIf enableContainers {
|
containers = mkIf enableContainers {
|
||||||
wine = template // {
|
wine = template // {
|
||||||
hostAddress = "192.168.100.34";
|
|
||||||
localAddress = "192.168.100.49";
|
|
||||||
|
|
||||||
config =
|
config =
|
||||||
{ nix-config, pkgs, ... }:
|
{ nix-config, pkgs, ... }:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user