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/dishwasher/configuration.nix | |
| parent | 35e93ce43b12e3be922e37b27f74d5d4b86929f4 (diff) | |
nixpkgs-fmt
Diffstat (limited to 'hosts/dishwasher/configuration.nix')
| -rw-r--r-- | hosts/dishwasher/configuration.nix | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/hosts/dishwasher/configuration.nix b/hosts/dishwasher/configuration.nix index ea1b070..ffa9ff7 100644 --- a/hosts/dishwasher/configuration.nix +++ b/hosts/dishwasher/configuration.nix @@ -6,9 +6,10 @@ { imports = - [ # Include the results of the hardware scan. - ./hardware-configuration.nix - ]; + [ + # Include the results of the hardware scan. + ./hardware-configuration.nix + ]; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; @@ -35,7 +36,7 @@ }; networkConfig = { DHCP = "yes"; - LinkLocalAddressing="ipv6"; + LinkLocalAddressing = "ipv6"; IPv6AcceptRA = "yes"; }; dhcpV6Config = { @@ -47,7 +48,7 @@ }; }; - services.resolved={ + services.resolved = { enable = true; fallbackDns = [ "8.8.8.8" |
