moved local-file to plain-file

master
noah metz 2023-12-06 12:48:32 -07:00
parent 22fa7b15b9
commit 2a6bbfc5ff
1 changed files with 9 additions and 2 deletions

@ -25,8 +25,15 @@
(substitute-urls (append (list
"https://substitutes.nonguix.org")
%default-substitute-urls))
(authorized-keys (append (list (local-file
"./signing-key.pub"))
(authorized-keys (append (list (plain-file
"./signing-key.pub"
"(public-key
(ecc
(curve Ed25519)
(q #C1FD53E5D4CE971933EC50C9F307AE2171A2D3B52C804642A7A35F84F3A4EA98#)
)
)
"))
%default-authorized-guix-keys))))))
(swap-devices (list (swap-space
(target (file-system-label "otto-swap")))))