diff options
Diffstat (limited to 'lass')
-rw-r--r-- | lass/1systems/green/physical.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/green/physical.nix b/lass/1systems/green/physical.nix index b6aa3a894..8577daf34 100644 --- a/lass/1systems/green/physical.nix +++ b/lass/1systems/green/physical.nix @@ -3,5 +3,5 @@ ./config.nix ]; boot.isContainer = true; - networking.useDHCP = false; + networking.useDHCP = true; } |