diff options
| author | Grigory Shipunov | 2022-07-11 19:27:51 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-07-11 19:27:51 +0200 |
| commit | 4368fa3920a477ef5d421b3174de933637a4bd12 (patch) | |
| tree | bdddea10bcb8fe9f49f2468244fa6d21a1f06d45 /hosts/microwave/configuration.nix | |
| parent | ad486191bc0c8aa919c357d437951c0a42d5718d (diff) | |
mircowave: use iwd, resolvd and networkmanager
Diffstat (limited to 'hosts/microwave/configuration.nix')
| -rw-r--r-- | hosts/microwave/configuration.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hosts/microwave/configuration.nix b/hosts/microwave/configuration.nix index 779e600..35c88f2 100644 --- a/hosts/microwave/configuration.nix +++ b/hosts/microwave/configuration.nix @@ -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" |
