summaryrefslogtreecommitdiff
path: root/rise-os.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-08-12 10:18:13 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-08-12 13:39:11 -0400
commitdd278fa4e3330884547db8713531efa6ee956e0b (patch)
treeb4a72c6186a4132d324104bbf5cb940d222c70ec /rise-os.scm
parent8c6ce079543ebfad4896bc9e2071a30c9ae78dbf (diff)
Reorganize! Delete cruft! Use guix home!
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))