summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-07-29 18:43:16 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-07-29 18:43:41 +0200
commit2da9eec55a1179d32895212ce858d6311487c04c (patch)
treedce5962ab78e0ee3704a596734914a92d0ee7aaa /systems
parenta148ffc3ce62b33797d21abfe66608314f9bdb29 (diff)
refactor!(ayase): deconflict system definition location
Diffstat (limited to 'systems')
-rw-r--r--systems/ayase.scm (renamed from systems/ayase/system-configuration.scm)2
-rw-r--r--systems/mcdowell.scm4
2 files changed, 3 insertions, 3 deletions
diff --git a/systems/ayase/system-configuration.scm b/systems/ayase.scm
index b31d5f0..838a88c 100644
--- a/systems/ayase/system-configuration.scm
+++ b/systems/ayase.scm
@@ -1,4 +1,4 @@
-(define-module (systems ayase system-configuration)
+(define-module (systems ayase)
;; uuid
#:use-module (gnu)
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm
index 26cc474..d919fa2 100644
--- a/systems/mcdowell.scm
+++ b/systems/mcdowell.scm
@@ -27,7 +27,7 @@
(list (uid1000-account supplementary-groups*))))
;; record operating-system
-(define operating-system*
+(define mcdowell
(let* ((home-environments `((,uid1000-name ,(uid1000-home-environment host-name*))))
(guix-home (service guix-home-service-type
@@ -49,4 +49,4 @@
locale*
services*)))
-operating-system*
+mcdowell