diff options
author | lassulus <git@lassul.us> | 2023-01-30 20:40:25 +0100 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-01-30 20:40:25 +0100 |
commit | bf4a3fe78e4814b9281b7e20d8eae2e0461fed72 (patch) | |
tree | 6394e8d10b1b4bade01842fe2d3a1a6978e923a6 /lass/1systems/orange/physical.nix | |
parent | f620d8002e224e3e35cbaaf8405ce861ea4f7537 (diff) |
l orange.r: init
Diffstat (limited to 'lass/1systems/orange/physical.nix')
-rw-r--r-- | lass/1systems/orange/physical.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lass/1systems/orange/physical.nix b/lass/1systems/orange/physical.nix new file mode 100644 index 000000000..8577daf34 --- /dev/null +++ b/lass/1systems/orange/physical.nix @@ -0,0 +1,7 @@ +{ + imports = [ + ./config.nix + ]; + boot.isContainer = true; + networking.useDHCP = true; +} |