diff --git a/installer/auto-install.nix b/installer/auto-install.nix index c4a3f5d..dbcf678 100644 --- a/installer/auto-install.nix +++ b/installer/auto-install.nix @@ -10,15 +10,6 @@ targetSystem ]; - # Enable networking - networking.hostName = "autoinstaller-${hostName}"; - networking.networkmanager.enable = lib.mkForce false; - networking.wireless = { - enable = true; - networks = { - "IOT_sensors".psk = "aaaaaaaa"; - }; - }; nixpkgs.hostPlatform = hostPlatform; systemd.services.auto-install = {