about summary refs log tree commit diff
path: root/machines/devhell/eris.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/eris.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/eris.nix')
-rw-r--r--machines/devhell/eris.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/devhell/eris.nix b/machines/devhell/eris.nix
index 2aa83b9f..cce2d6b0 100644
--- a/machines/devhell/eris.nix
+++ b/machines/devhell/eris.nix
@@ -31,6 +31,9 @@
     };
   };
 
+  networking.hostName = "eris";
+  networking.networkmanager.enable = true;
+
   fileSystems."/" = {
     device = "/dev/disk/by-uuid/4788e218-db0f-4fd6-916e-e0c484906eb0";
     fsType = "btrfs";