hosts/stroopwafel: use iwd for wireless networking

This commit is contained in:
b12f 2024-11-12 22:11:29 +01:00
parent d139443c59
commit 2fb9d847af
Signed by: b12f
GPG key ID: 729956E1124F8F26

View file

@ -6,7 +6,7 @@
... ...
}: { }: {
networking.hostName = "stroopwafel"; networking.hostName = "stroopwafel";
networking.networkmanager.wifi.backend = "wpa_supplicant"; networking.wireless.iwd.enable = true;
age.secrets.wg-private-key.file = "${flake.self}/secrets/wg-private-stroopwafel.age"; age.secrets.wg-private-key.file = "${flake.self}/secrets/wg-private-stroopwafel.age";