diff options
author | lassulus <lassulus@lassul.us> | 2023-01-06 12:17:04 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2023-01-06 12:17:04 +0100 |
commit | 0b2952f4ed9572521f7c4a21904943ac33c602b0 (patch) | |
tree | d9aeef0949c09c7f14e786a52632348f87ca48d8 /lass/1systems/radio/physical.nix | |
parent | 727ef7fa8e4581ebf3c792b6f9ff7fba6c8504dd (diff) |
l radio.r: init
Diffstat (limited to 'lass/1systems/radio/physical.nix')
-rw-r--r-- | lass/1systems/radio/physical.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lass/1systems/radio/physical.nix b/lass/1systems/radio/physical.nix new file mode 100644 index 000000000..8577daf34 --- /dev/null +++ b/lass/1systems/radio/physical.nix @@ -0,0 +1,7 @@ +{ + imports = [ + ./config.nix + ]; + boot.isContainer = true; + networking.useDHCP = true; +} |