From d905a23aa83ece2dd4a9d8d411d518781e174f75 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Fri, 4 Oct 2024 03:11:09 +0200 Subject: refactor(systems): transfer locale implementation to suweren module --- systems/akashi.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems/akashi.scm') diff --git a/systems/akashi.scm b/systems/akashi.scm index ae4f96a..0a4ebe3 100644 --- a/systems/akashi.scm +++ b/systems/akashi.scm @@ -58,6 +58,8 @@ (swap-devices (swap-devices* host-name*)) (users (users)) (timezone timezone*) + (locale polish-locale-string) + (locale-definitions %suweren-locale-definitions) (services (services)) (sudoers-file %sudoers-specification*)))) -- cgit v1.2.3