summaryrefslogtreecommitdiff
path: root/systems/mcdowell.scm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/mcdowell.scm')
-rw-r--r--systems/mcdowell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm
index 759b0df..6f0c47f 100644
--- a/systems/mcdowell.scm
+++ b/systems/mcdowell.scm
@@ -27,7 +27,7 @@
(list (uid1000-account supplementary-groups*))))
;; record operating-system
-(define-public mcdowell
+(define-public operating-system*
(let* ((home-environments `((,uid1000-name ,(uid1000-home-environment host-name*))))
(guix-home (service guix-home-service-type
@@ -49,4 +49,4 @@
locale*
services*)))
-mcdowell
+operating-system*