summaryrefslogtreecommitdiff
path: root/deployment/system/aisaka.scm
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/system/aisaka.scm')
-rw-r--r--deployment/system/aisaka.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/deployment/system/aisaka.scm b/deployment/system/aisaka.scm
index 7f0f43a..b168f35 100644
--- a/deployment/system/aisaka.scm
+++ b/deployment/system/aisaka.scm
@@ -19,6 +19,7 @@
;;; If not, see <https://www.gnu.org/licenses/>.
(define-module (deployment system aisaka)
+ #:export (host-name-aisaka)
#:use-module (guix gexp)
#:use-module ((deployment gexp)
#:prefix deployment:gexp:)
@@ -83,8 +84,6 @@
#:use-module ((users vmail)
#:prefix users:vmail:))
-(define-public system-name "aisaka")
-
(define radicale-keys "/secrets/radicale/keys")
(define dovecot-keys "/secrets/dovecot")
@@ -347,3 +346,7 @@
(define-public guix-publish-service
(sovereign:services:guix-publish-service guix-publish-configuration))
+
+(define host-name-aisaka "aisaka")
+
+;;; EOF