mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
hosts/ni: fix erroneous attribute
This commit is contained in:
parent
6496fa363d
commit
aed8181762
@ -30,7 +30,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Set the NetworkManager backend to iwd for workflows that use it.
|
# Set the NetworkManager backend to iwd for workflows that use it.
|
||||||
network.networkmanager.wifi.backend = "iwd";
|
networking.networkmanager.wifi.backend = "iwd";
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot = {
|
boot.loader.systemd-boot = {
|
||||||
|
Loading…
Reference in New Issue
Block a user