From ebc2829be8ffda323b7fa41192c2b5db33520b7f Mon Sep 17 00:00:00 2001 From: root@dishwasher Date: Sun, 26 Jun 2022 21:19:15 +0200 Subject: nixpkgs-fmt --- hosts/cirrus/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/cirrus/configuration.nix') 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 }; }; }; -- cgit v1.3.1