Update config
modules/config/dns.scm
35 | 35 | nono)) | |
36 | 36 | ||
37 | 37 | ;; Update this when changing the zone: | |
38 | - | (define lepiller-serial 2022121801) | |
38 | + | (define lepiller-serial 2024012301) | |
39 | 39 | ||
40 | 40 | (define public-dkim | |
41 | 41 | (apply | |
… | |||
61 | 61 | ("www" "" "IN" "CNAME" "lepiller.eu.") | |
62 | 62 | ||
63 | 63 | ("avatar" "" "IN" "CNAME" "nono") | |
64 | + | ("genealogie" "" "IN" "CNAME" "nono") | |
64 | 65 | ("git" "" "IN" "CNAME" "nono") | |
65 | 66 | ("i18n" "" "IN" "CNAME" "xana") | |
66 | 67 | ("nani" "" "IN" "CNAME" "xana") |
modules/config/os.scm
77 | 77 | (substitute-urls '("https://ci.guix.gnu.org" | |
78 | 78 | "https://bordeaux.guix.gnu.org"))))))) | |
79 | 79 | ||
80 | - | (define desktop-services | |
80 | + | (define (desktop-services) | |
81 | 81 | (cons* | |
82 | 82 | (simple-service 'dconf dbus-root-service-type (list dconf)) | |
83 | 83 | (service tor-service-type) |