loki: Enable iwd

This commit is contained in:
Erwin Boskma 2024-07-08 14:32:20 +02:00
parent 02d7f4b661
commit c7becc45e7
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -215,6 +215,15 @@
} }
]; ];
}; };
wireless.iwd = {
enable = true;
settings = {
General = {
EnableNetworkConfiguration = true;
};
};
};
}; };
security = { security = {
@ -487,6 +496,7 @@
}; };
systemPackages = with pkgs; [ systemPackages = with pkgs; [
incus incus
iwgtk
tailscale tailscale
]; ];
}; };