fix: Auto-install should work offline now
This commit is contained in:
committed by
Hunter Halloran
parent
85de150fcf
commit
13c283268a
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user