diff options
| author | Grigory Shipunov | 2023-04-29 18:07:12 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-04-29 18:07:12 +0200 |
| commit | 7f9fa9253d99eef84a4bb1a03693e057b31ebffc (patch) | |
| tree | 8e08cf1ae5e3f4b065e7f63296f5d5e6238ad267 /hosts/toaster | |
| parent | b4bbc87a29f872774ef72d1ecbeee4e16f4b04e5 (diff) | |
fix dhcp definition for networkmanager
Diffstat (limited to 'hosts/toaster')
| -rw-r--r-- | hosts/toaster/hardware-configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/toaster/hardware-configuration.nix b/hosts/toaster/hardware-configuration.nix index 7304364..1659b6d 100644 --- a/hosts/toaster/hardware-configuration.nix +++ b/hosts/toaster/hardware-configuration.nix @@ -82,8 +82,8 @@ # still possible to use this option, but it's recommended to use it in conjunction # with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`. networking.useDHCP = lib.mkDefault true; - networking.interfaces.enp1s0f0.useDHCP = lib.mkDefault true; - networking.interfaces.wlp2s0.useDHCP = lib.mkDefault true; + # networking.interfaces.enp1s0f0.useDHCP = lib.mkDefault true; + # networking.interfaces.wlp2s0.useDHCP = lib.mkDefault true; # networking.interfaces.wlan0.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; |
