diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-05-18 13:39:06 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-05-20 20:13:45 +0200 |
| commit | 925fc182e5ea9b87c3a62e80f5a20be4e827cd3b (patch) | |
| tree | dc3772ee2a298fd6f39b8ab355aaecd8d5da593e /config/networking/services/default.nix | |
| parent | 001f53d081b78c5145cd7449f08f783bb56f35e3 (diff) | |
config: networking: hostapd: disable low-level bridging
Diffstat (limited to 'config/networking/services/default.nix')
| -rw-r--r-- | config/networking/services/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/networking/services/default.nix b/config/networking/services/default.nix index e51aa5a..454a9e1 100644 --- a/config/networking/services/default.nix +++ b/config/networking/services/default.nix @@ -1,5 +1,5 @@ { ... }: { - imports = [ ./ap.nix ./dhcp.nix ./dns.nix ./firewall.nix ]; + imports = [ ./ap.nix ./dhcp.nix ./dns.nix ./firewall ]; } |
