diff options
author | lassulus <lassulus@lassul.us> | 2018-11-30 04:35:00 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-11-30 04:35:00 +0100 |
commit | 740f8c8ccfca38d7fc164a8c99bb6df6249c0d22 (patch) | |
tree | 446a5247b9ac6ca558ff124c2a35c9e63fdee49c /lass/1systems/yellow/physical.nix | |
parent | 53359a60f5f0114b013c6241b52aa7387d1b922a (diff) |
l: move download stuff to yellow.r
Diffstat (limited to 'lass/1systems/yellow/physical.nix')
-rw-r--r-- | lass/1systems/yellow/physical.nix | 8 |
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 000000000..7499ff723 --- /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"; +} |