summaryrefslogtreecommitdiff
path: root/rise-os.scm
diff options
context:
space:
mode:
Diffstat (limited to 'rise-os.scm')
-rw-r--r--rise-os.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/rise-os.scm b/rise-os.scm
index ce8f039..7dc5247 100644
--- a/rise-os.scm
+++ b/rise-os.scm
@@ -102,7 +102,7 @@
(append (list "https://substitutes.nonguix.org")
%default-substitute-urls))
(authorized-keys
- (append (list (local-file "./nonguix-signing-key.pub"))
+ (append (list (local-file "keys/nonguix-signing-key.pub"))
%default-authorized-guix-keys))))))
(mapped-devices (list (mapped-device
(source (uuid "ee0a37d1-36d6-4e50-8af0-fc0bfe8c22ef"))
@@ -116,5 +116,5 @@
(mount-point "/")
(device "/dev/mapper/cryptroot")
(type "ext4")
- (dependencies mapped-devices)) %base-file-systems))
+ (dependencies mapped-devices)) %base-file-systems))
(name-service-switch %mdns-host-lookup-nss))