Skip to content

Commit

Permalink
Revert "pc0: Allow dhcp-client to receive static routes."
Browse files Browse the repository at this point in the history
This reverts commit 88444f6.
  • Loading branch information
wigust committed Nov 7, 2024
1 parent 88444f6 commit df614de
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions dotfiles/guixsd/pc0.scm
Original file line number Diff line number Diff line change
Expand Up @@ -198,18 +198,7 @@
(services (append (list (service avahi-service-type)
(service dhcp-client-service-type
(dhcp-client-configuration
(interfaces '("eth0"))
(config-file
(text-file "dhclient.conf" "\
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
send host-name = gethostname();
request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, domain-search, host-name,
dhcp6.name-servers, dhcp6.domain-search, dhcp6.fqdn, dhcp6.sntp-servers,
netbios-name-servers, netbios-scope, interface-mtu,
rfc3442-classless-static-routes, ntp-servers;
"))))
(interfaces '("eth0"))))
(service openssh-service-type
(openssh-configuration
(openssh openssh-sans-x)
Expand Down

0 comments on commit df614de

Please sign in to comment.