summaryrefslogtreecommitdiff
path: root/deployment/systems/asakura.scm
diff options
context:
space:
mode:
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)