Use iptables service on ene too

Julien LepillerThu Feb 20 16:46:52+0100 2020

6ff09d3

Use iptables service on ene too

systems/ene.scm

3030
(use-modules (guix packages))
3131
(use-modules (guix utils))
3232
33-
(use-modules (config certbot) (config dns) (config mail) (config os))
33+
(use-modules (config certbot) (config dns) (config iptables)
34+
	     (config mail) (config os))
3435
3536
;; Copy from (gnu bootloader u-boot)
3637
(define install-allwinner-u-boot

6263
    (append
6364
      (list
6465
        (service dhcp-client-service-type)
66+
        lepiller-iptables-service
6567
        (agetty-service
6668
          (agetty-configuration
6769
            (extra-options '("-L"))