From 015c3260429f979683d13665eb3e335a06cd17bc Mon Sep 17 00:00:00 2001 From: kalipso Date: Sun, 19 Jan 2025 23:40:15 +0100 Subject: [PATCH] [nix] rm vm interface overwrite --- outputs.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/outputs.nix b/outputs.nix index 6c2b5bc..4a4893c 100644 --- a/outputs.nix +++ b/outputs.nix @@ -83,11 +83,6 @@ in (utils.lib.eachSystem (builtins.filter filter_system utils.lib.defaultSystems source = "/nix/store"; mountPoint = "/nix/.ro-store"; }]; - interfaces = pkgs.lib.mkForce [{ - type = "user"; - id = "eth0"; - mac = "02:23:de:ad:be:ef"; - }]; }; boot.isContainer = pkgs.lib.mkForce false; users.users.root.password = "";