diff options
Diffstat (limited to 'lass/1systems/orange/physical.nix')
-rw-r--r-- | lass/1systems/orange/physical.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lass/1systems/orange/physical.nix b/lass/1systems/orange/physical.nix deleted file mode 100644 index 8577daf34..000000000 --- a/lass/1systems/orange/physical.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ - imports = [ - ./config.nix - ]; - boot.isContainer = true; - networking.useDHCP = true; -} |