diff --git a/machines/loki/configuration.nix b/machines/loki/configuration.nix index 825b5e8..ac9f4d3 100644 --- a/machines/loki/configuration.nix +++ b/machines/loki/configuration.nix @@ -215,6 +215,15 @@ } ]; }; + + wireless.iwd = { + enable = true; + settings = { + General = { + EnableNetworkConfiguration = true; + }; + }; + }; }; security = { @@ -487,6 +496,7 @@ }; systemPackages = with pkgs; [ incus + iwgtk tailscale ]; };