Use iptables service on ene too
systems/ene.scm
| 30 | 30 | (use-modules (guix packages)) | |
| 31 | 31 | (use-modules (guix utils)) | |
| 32 | 32 | ||
| 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)) | |
| 34 | 35 | ||
| 35 | 36 | ;; Copy from (gnu bootloader u-boot) | |
| 36 | 37 | (define install-allwinner-u-boot | |
… | |||
| 62 | 63 | (append | |
| 63 | 64 | (list | |
| 64 | 65 | (service dhcp-client-service-type) | |
| 66 | + | lepiller-iptables-service | |
| 65 | 67 | (agetty-service | |
| 66 | 68 | (agetty-configuration | |
| 67 | 69 | (extra-options '("-L")) | |