diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2022-08-18 19:19:56 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2022-08-18 19:19:56 -0400 |
commit | 77c11e719dd4f7af61e158bf52d5b7502764fe47 (patch) | |
tree | ecfe9bacade78138105a30ce0a39034c1d0c04d5 | |
parent | 71f92e42f4e56f20a0944125911f1bc1943c14cf (diff) |
Update takemi config.
-rw-r--r-- | takemi.scm | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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)) |