summaryrefslogtreecommitdiff
path: root/deployment/systems/akashi.scm
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/systems/akashi.scm')
-rw-r--r--deployment/systems/akashi.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/deployment/systems/akashi.scm b/deployment/systems/akashi.scm
index c6687b6..b7b8361 100644
--- a/deployment/systems/akashi.scm
+++ b/deployment/systems/akashi.scm
@@ -30,6 +30,8 @@
#:prefix gnu:system:pam:)
#:use-module ((gnu system shadow)
#:prefix gnu:system:shadow:)
+ #:use-module ((guix diagnostics)
+ #:prefix guix:diagnostics:)
#:use-module ((machines thinkpad-x200)
#:prefix machines:thinkpad-x200:)
#:use-module ((sovereign systems)
@@ -116,6 +118,7 @@
(privileged-programs gnu:system:%default-privileged-programs)
(setuid-programs gnu:system:%setuid-programs)
(sudoers-file sovereign:systems:%sovereign-sudoers-specification)
- (location gnu:system:operating-system-location)))
+ (location (and=> (current-source-location)
+ guix:diagnostics:source-properties->location))))
(define-public operating-system* system)