about summary refs log tree commit diff
path: root/devhell/network/network_eris.nix
diff options
context:
space:
mode:
Diffstat (limited to 'devhell/network/network_eris.nix')
-rw-r--r--devhell/network/network_eris.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/devhell/network/network_eris.nix b/devhell/network/network_eris.nix
deleted file mode 100644
index e55f319f..00000000
--- a/devhell/network/network_eris.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ config, pkgs, lib, ... }:
-
-{
-  imports = [ ./network_common.nix ];
-
-  networking.hostName = "eris";
-  networking.networkmanager.enable = true;
-}