aboutsummaryrefslogtreecommitdiff
path: root/modules/hosts/system/network.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hosts/system/network.nix')
-rw-r--r--modules/hosts/system/network.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/hosts/system/network.nix b/modules/hosts/system/network.nix
deleted file mode 100644
index 383480b..0000000
--- a/modules/hosts/system/network.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- host,
- ...
-}:
-
-{
- networking = {
- hostName = host;
- networkmanager.enable = true;
- };
-
- # Improve startup time
- systemd.services.NetworkManager-wait-online.enable = false;
-}