diff --git a/nixos/hosts/phantom-ship.nix b/nixos/hosts/phantom-ship.nix index afa71f7..e286e4a 100644 --- a/nixos/hosts/phantom-ship.nix +++ b/nixos/hosts/phantom-ship.nix @@ -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" ];