summaryrefslogtreecommitdiff
path: root/deployment/systems/asakura.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2026-03-26 14:26:37 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2026-03-26 15:05:24 +0100
commit03c207213fa36567537d09c11a86bb3c94605b7a (patch)
treed7b372bb389c1668d73891c102f81cf467f1020c /deployment/systems/asakura.scm
parenteafb8a30eb95b56c0de258aa08ecb24354188abf (diff)
implement a common module for system definitions
Diffstat (limited to 'deployment/systems/asakura.scm')
-rw-r--r--deployment/systems/asakura.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/deployment/systems/asakura.scm b/deployment/systems/asakura.scm
index 5a617b8..2b8397d 100644
--- a/deployment/systems/asakura.scm
+++ b/deployment/systems/asakura.scm
@@ -109,7 +109,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-(define-public operating-system*
+(define-public system
(gnu:system:operating-system
(kernel nongnu:packages:linux:linux)
(bootloader (bootloader))
@@ -128,3 +128,5 @@
(locale-definitions sovereign:systems:%sovereign-locale-definitions)
(services services)
(sudoers-file sovereign:systems:%sovereign-sudoers-specification)))
+
+(define-public operating-system* system)