summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-rw-r--r--systems/mcdowell.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm
index d3216ea..ac4bd70 100644
--- a/systems/mcdowell.scm
+++ b/systems/mcdowell.scm
@@ -82,6 +82,8 @@
(firmware* (@ (machines amd64) firmware*))
(initrd* (@ (machines amd64) initrd*))
(kernel-amd64 (@ (machines amd64) kernel-amd64))
+ (location-mcdowell (and=> ((@ (guix utils) current-source-location))
+ (@ (guix utils) source-properties->location)))
(operating-system-default-essential-services (@ (gnu system) operating-system-default-essential-services))
(polish-locale-string (@ (suweren system) polish-locale-string))
(swap-devices* (@ (machines amd64) swap-devices*)))
@@ -115,7 +117,8 @@
(pam-services base-pam-services)
(privileged-programs %default-privileged-programs)
(setuid-programs %setuid-programs)
- (sudoers-file %sudoers-specification*))))
+ (sudoers-file %sudoers-specification*)
+ (location location-mcdowell))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;