.config/guix/system/default: Get key from relative path.

master
Pierre Neidhardt 2021-01-26 11:45:34 +01:00
parent 6e34cd5024
commit 8818a4bf87
1 changed files with 1 additions and 2 deletions

View File

@ -103,8 +103,7 @@ StrictNodes 1")
(list "https://mirror.brielmaier.net")))
(authorized-keys (append
%default-authorized-guix-keys
(list (local-file
(format #f "~a/.config/guix/system/mirror.brielmaier.net.pub" (getenv "HOME"))))))))
(list (local-file "mirror.brielmaier.net.pub"))))))
(udev-service-type config =>
(udev-configuration
(inherit config)