From 77c11e719dd4f7af61e158bf52d5b7502764fe47 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 18 Aug 2022 19:19:56 -0400 Subject: Update takemi config. --- takemi.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/takemi.scm b/takemi.scm index 7e283f8..88e0ce7 100644 --- a/takemi.scm +++ b/takemi.scm @@ -184,9 +184,6 @@ (try-files (list "$uri" "@cgit")) (ssl-certificate letsencrypt-cert) (ssl-certificate-key letsencrypt-cert-key)))))))) - ;; For some reason I have to override the guix service config to - ;; authorize my local signing key even though I've already - ;; authorized it on the server in the past... (map (lambda (s) (if (eq? (service-kind s) guix-service-type) (service guix-service-type @@ -198,7 +195,7 @@ (bootloader (bootloader-configuration (bootloader grub-bootloader) - (target "/dev/vda") + (targets '("/dev/vda")) (keyboard-layout keyboard-layout))) (initrd-modules (append '("virtio_scsi") %base-initrd-modules)) -- cgit v1.2.3