fix: Auto-install should work offline now

This commit is contained in:
UGA Innovation Factory
2025-12-10 14:47:55 -05:00
committed by Hunter Halloran
parent 85de150fcf
commit 13c283268a

View File

@@ -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 = {