anemone/networking: switch to iwd
This commit is contained in:
parent
087ed1c323
commit
27ba1aaede
1 changed files with 1 additions and 16 deletions
|
|
@ -1,19 +1,4 @@
|
||||||
{ config, ... }: {
|
{ config, ... }: {
|
||||||
networking = {
|
networking.wireless.iwd.enable = true;
|
||||||
#nameservers = [ "8.8.8.8" "8.8.4.4" ];
|
|
||||||
|
|
||||||
#wg-quick.interfaces.wg0.configFile = "/persist/vpn.conf";
|
|
||||||
wireless.enableHardening = false;
|
|
||||||
|
|
||||||
networkmanager = {
|
|
||||||
enable = true;
|
|
||||||
#dns = "none";
|
|
||||||
};
|
|
||||||
|
|
||||||
extraHosts = ''
|
|
||||||
192.168.100.16 hyacinth
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.etc."NetworkManager/system-connections".source = "/persist/nm_system-connections";
|
environment.etc."NetworkManager/system-connections".source = "/persist/nm_system-connections";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue