Update config

Julien LepillerTue Jan 23 19:23:18+0100 2024

61b4bbc

Update config

modules/config/dns.scm

3535
            nono))
3636
3737
;; Update this when changing the zone:
38-
(define lepiller-serial 2022121801)
38+
(define lepiller-serial 2024012301)
3939
4040
(define public-dkim
4141
  (apply

6161
  ("www"        ""  "IN"  "CNAME"   "lepiller.eu.")
6262
6363
  ("avatar"     ""  "IN"  "CNAME"   "nono")
64+
  ("genealogie" ""  "IN"  "CNAME"   "nono")
6465
  ("git"        ""  "IN"  "CNAME"   "nono")
6566
  ("i18n"       ""  "IN"  "CNAME"   "xana")
6667
  ("nani"       ""  "IN"  "CNAME"   "xana")

modules/config/os.scm

7777
          (substitute-urls '("https://ci.guix.gnu.org"
7878
                             "https://bordeaux.guix.gnu.org")))))))
7979
80-
(define desktop-services
80+
(define (desktop-services)
8181
  (cons*
8282
    (simple-service 'dconf dbus-root-service-type (list dconf))
8383
    (service tor-service-type)