Global nixfmt
This commit is contained in:
parent
8306da0f09
commit
2bcc955f07
3 changed files with 12 additions and 17 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue