diff options
| author | Grigory Shipunov | 2022-11-14 16:05:02 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2022-11-14 16:05:02 +0100 |
| commit | 4edfd251be4f0315154d18b6208f614264247623 (patch) | |
| tree | 675727f6e933dc1ba58cb660c5ccb2b5765a1837 /hosts/microwave/network.nix | |
| parent | 3884eb2f82b93ebd9112f6a04c62a8a7d26662dd (diff) | |
fix localed, back to stateless networking
Diffstat (limited to 'hosts/microwave/network.nix')
| -rw-r--r-- | hosts/microwave/network.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/microwave/network.nix b/hosts/microwave/network.nix index b56e8fb..bb1d0ff 100644 --- a/hosts/microwave/network.nix +++ b/hosts/microwave/network.nix @@ -6,6 +6,7 @@ hostName = "microwave"; # Define your hostname. hostId = "7da4f1e6"; firewall.enable = true; + networkmanager.enable = false; useNetworkd = true; wireguard.enable = true; wireless.iwd = { |
