diff options
Diffstat (limited to 'deployment/systems/aisaka.scm')
| -rw-r--r-- | deployment/systems/aisaka.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deployment/systems/aisaka.scm b/deployment/systems/aisaka.scm index 0ee22fe..99f5782 100644 --- a/deployment/systems/aisaka.scm +++ b/deployment/systems/aisaka.scm @@ -691,11 +691,11 @@ (gnu:services:service gnu:services:base:guix-publish-service-type configuration))) -(define home-environments - (list users:id1000:name/home-environment)) +(define named-home-environments + (list users:id1000:named-home-environment)) (define guix-home-service - (sovereign:systems:guix-home-service home-environments)) + (sovereign:systems:guix-home-service named-home-environments)) (define-public system (gnu:system:operating-system |
