Global nixfmt

This commit is contained in:
Fabian Hauser 2022-01-03 11:54:05 +01:00
parent 8306da0f09
commit 2bcc955f07
3 changed files with 12 additions and 17 deletions

View file

@ -25,10 +25,7 @@
-----END CERTIFICATE-----
'';
};
dhcpIps = [
"185.88.236.100"
"212.103.68.20"
];
dhcpIps = [ "185.88.236.100" "212.103.68.20" ];
dhcpOptions = with builtins;
concatStringsSep "\n" (map (ip: "dhcp-option DNS ${ip}") dhcpIps);
in {