This commit is contained in:
Adithya 2023-07-21 00:36:32 +05:30
parent 0b15a493e9
commit 5ab4498942
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -18,7 +18,8 @@
systemd.network = {
enable = true;
networks."40-wireless" = {
networks = {
"40-wireless" = {
enable = true;
matchConfig = {
Type = "wlan";
@ -32,4 +33,5 @@
};
};
};
};
}