diff options
| author | Grigory Shipunov | 2022-08-01 11:06:12 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-08-01 11:06:12 +0200 |
| commit | 506f23296eeea2310255873595844041a413ff9c (patch) | |
| tree | b113d27ccf93fc5a18a90ddd7865146a36a4d10c /hosts/cirrus/hardware-configuration.nix | |
| parent | 42f903dc5fa529a447a007f837dbe610aaacc994 (diff) | |
cirrus uses static config
Diffstat (limited to 'hosts/cirrus/hardware-configuration.nix')
| -rw-r--r-- | hosts/cirrus/hardware-configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/cirrus/hardware-configuration.nix b/hosts/cirrus/hardware-configuration.nix index 0325243..0bd3907 100644 --- a/hosts/cirrus/hardware-configuration.nix +++ b/hosts/cirrus/hardware-configuration.nix @@ -32,8 +32,8 @@ # (the default) this is the recommended approach. When using systemd-networkd it's # 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.enp1s0.useDHCP = lib.mkDefault true; + networking.useDHCP = lib.mkDefault false; + networking.interfaces.enp1s0.useDHCP = lib.mkDefault false; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; } |
