about summary refs log tree commit diff
path: root/machines/devhell/skunkworks.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-06-22 01:24:47 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-06-22 02:05:21 +0200
commitbc67f3bb0f2423829711f89aa2087acf08c9819c (patch)
tree03ec74c8a54ddf6a103fa5f1d941e27123fa2e74 /machines/devhell/skunkworks.nix
parent276e54d04c44e2c64cb9dd4548ed6b1022f6f9fd (diff)
devhell: Merge network expressions into machines
Those definitions are machine-specific, so IMHO it doesn't make sense to
abstract those options because in the end they're bound to a specific
machine nonetheless and won't be re-used.

If one day it's necessary to re-use these definitions it still can be
done very easily.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @devhell
Diffstat (limited to 'machines/devhell/skunkworks.nix')
-rw-r--r--machines/devhell/skunkworks.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/devhell/skunkworks.nix b/machines/devhell/skunkworks.nix
index 04ef71e8..91ed886b 100644
--- a/machines/devhell/skunkworks.nix
+++ b/machines/devhell/skunkworks.nix
@@ -62,6 +62,10 @@
     { device = "/dev/disk/by-uuid/3f1835a8-5587-4963-9b6c-66ecb36059de"; }
   ];
 
+  networking.hostName = "skunkworks";
+  networking.wireless.enable = false;
+  networking.useNetworkd = true;
+
   nix.maxJobs = 8;
 
   i18n = {