diff options
author | lassulus <lassulus@lassul.us> | 2018-05-16 17:26:19 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-05-16 17:26:19 +0200 |
commit | 942375e134fd70876ee81924ff83955473883cad (patch) | |
tree | 84910b4b021c7b3685d1615b7f013bbb5007e379 /lass/1systems/blue/physical.nix | |
parent | 4cdffe8351ecc47b5b34797660f7644935004c95 (diff) |
l: add blue.r
Diffstat (limited to 'lass/1systems/blue/physical.nix')
-rw-r--r-- | lass/1systems/blue/physical.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lass/1systems/blue/physical.nix b/lass/1systems/blue/physical.nix new file mode 100644 index 000000000..7499ff723 --- /dev/null +++ b/lass/1systems/blue/physical.nix @@ -0,0 +1,8 @@ +{ + imports = [ + ./config.nix + ]; + boot.isContainer = true; + networking.useDHCP = false; + environment.variables.NIX_REMOTE = "daemon"; +} |