summaryrefslogtreecommitdiffstats
path: root/lass/1systems/yellow/physical.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2018-11-30 04:35:00 +0100
committerlassulus <lassulus@lassul.us>2018-11-30 04:35:00 +0100
commit740f8c8ccfca38d7fc164a8c99bb6df6249c0d22 (patch)
tree446a5247b9ac6ca558ff124c2a35c9e63fdee49c /lass/1systems/yellow/physical.nix
parent53359a60f5f0114b013c6241b52aa7387d1b922a (diff)
l: move download stuff to yellow.r
Diffstat (limited to 'lass/1systems/yellow/physical.nix')
-rw-r--r--lass/1systems/yellow/physical.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/lass/1systems/yellow/physical.nix b/lass/1systems/yellow/physical.nix
new file mode 100644
index 00000000..7499ff72
--- /dev/null
+++ b/lass/1systems/yellow/physical.nix
@@ -0,0 +1,8 @@
+{
+ imports = [
+ ./config.nix
+ ];
+ boot.isContainer = true;
+ networking.useDHCP = false;
+ environment.variables.NIX_REMOTE = "daemon";
+}