summaryrefslogtreecommitdiffstats
path: root/lass/1systems/orange/physical.nix
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-01-30 20:40:25 +0100
committerlassulus <git@lassul.us>2023-01-30 20:40:25 +0100
commitbf4a3fe78e4814b9281b7e20d8eae2e0461fed72 (patch)
tree6394e8d10b1b4bade01842fe2d3a1a6978e923a6 /lass/1systems/orange/physical.nix
parentf620d8002e224e3e35cbaaf8405ce861ea4f7537 (diff)
l orange.r: init
Diffstat (limited to 'lass/1systems/orange/physical.nix')
-rw-r--r--lass/1systems/orange/physical.nix7
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 00000000..8577daf3
--- /dev/null
+++ b/lass/1systems/orange/physical.nix
@@ -0,0 +1,7 @@
+{
+ imports = [
+ ./config.nix
+ ];
+ boot.isContainer = true;
+ networking.useDHCP = true;
+}