mircowave: use iwd, resolvd and networkmanager

This commit is contained in:
Grigory Shipunov 2022-07-11 19:27:51 +02:00
parent ad486191bc
commit 4368fa3920
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
6 changed files with 179 additions and 72 deletions

View file

@ -21,14 +21,6 @@
element-desktop-wayland
];
networking.firewall.enable = true;
networking = {
hostName = "microwave"; # Define your hostname.
networkmanager.enable = true;
wireguard.enable = true;
};
nixpkgs.config.allowUnfree = true;
@ -65,7 +57,6 @@
createHome = true;
extraGroups = [
"wheel"
"networkmanager"
"wireshark"
"video"
"libvirtd"