From 2e46123cb14b7a4160fff501087b79541df2731e Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 29 Jul 2023 16:15:19 +0200 Subject: Fix(hosts/isimud): Import the whole system configuration --- hosts/isimud/networking.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'hosts/isimud/networking.nix') diff --git a/hosts/isimud/networking.nix b/hosts/isimud/networking.nix index 3dfd7e84..58c84ee5 100644 --- a/hosts/isimud/networking.nix +++ b/hosts/isimud/networking.nix @@ -1,7 +1,4 @@ -{ - lib, - ... -}: { +{lib, ...}: { # Disable networking networking.useDHCP = lib.mkForce false; networking.interfaces = lib.mkForce {}; -- cgit 1.4.1