diff options
| author | root@dishwasher | 2022-06-26 21:19:15 +0200 |
|---|---|---|
| committer | root@dishwasher | 2022-06-26 21:19:15 +0200 |
| commit | ebc2829be8ffda323b7fa41192c2b5db33520b7f (patch) | |
| tree | f8f60ca47261c8c823a699c7c1e1510d40efaaa1 /hosts/cirrus/configuration.nix | |
| parent | 35e93ce43b12e3be922e37b27f74d5d4b86929f4 (diff) | |
nixpkgs-fmt
Diffstat (limited to 'hosts/cirrus/configuration.nix')
| -rw-r--r-- | hosts/cirrus/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/cirrus/configuration.nix b/hosts/cirrus/configuration.nix index d26af82..6b0ba45 100644 --- a/hosts/cirrus/configuration.nix +++ b/hosts/cirrus/configuration.nix @@ -22,7 +22,7 @@ networks."uplink" = { matchConfig = { Name = "enp1s0"; }; networkConfig = { - DHCP="yes"; # hetzner suggests this as default + DHCP = "yes"; # hetzner suggests this as default }; }; }; |
