Skip to content

Commit

Permalink
pc0: Configure dhcp-client service.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Nov 7, 2024
1 parent 79271f1 commit b509f14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dotfiles/guixsd/pc0.scm
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,9 @@ cgroup_device_acl = [
(substitute-urls '("https://guix.wugi.info"
"https://bordeaux.guix.gnu.org"
"https://substitutes.nonguix.org"))))
(dhcp-client-service-type config =>
(dhcp-client-configuration
(interfaces '("eth0"))))
;; (sysctl-service-type _ =>
;; (sysctl-configuration
;; (settings (append '(("net.ipv4.ip_forward" . "1")
Expand Down

0 comments on commit b509f14

Please sign in to comment.