diff options
Diffstat (limited to 'deployment/systems/mcdowell.scm')
| -rw-r--r-- | deployment/systems/mcdowell.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deployment/systems/mcdowell.scm b/deployment/systems/mcdowell.scm index 7da49e8..341bb50 100644 --- a/deployment/systems/mcdowell.scm +++ b/deployment/systems/mcdowell.scm @@ -79,7 +79,7 @@ (authorized-keys (list deployment:keys:rakan-guix)) (build-machines (list rakan-machine)))) -(define system +(define-public system (let* ( (l-guix-homes (list users:id1000:named-home-environment)) (l-guix-home-service (sovereign:systems:guix-home-service l-guix-homes)) @@ -118,5 +118,4 @@ (services l-services) (sudoers-file sovereign:systems:%sovereign-sudoers-specification)))) -(define-public operating-system* - system) +(define-public operating-system* system) |
