feat: enable WiFi on phantom-ship 📶
Uses /etc/wpa_supplicant.conf for credentials (outside repo), same pattern as sunken-ship.
This commit is contained in:
parent
9f73571f55
commit
1bfd96c0d0
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ in
|
|||
imports = [ ./phantom-ship-hardware.nix ];
|
||||
|
||||
networking.hostName = "phantom-ship";
|
||||
networking.useDHCP = lib.mkDefault true; # Ethernet; no wireless
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
networking.wireless.enable = true; # credentials in /etc/wpa_supplicant.conf (outside repo)
|
||||
time.timeZone = "Europe/Copenhagen";
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue