diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-10-04 03:11:09 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-10-04 10:53:51 +0200 |
commit | d905a23aa83ece2dd4a9d8d411d518781e174f75 (patch) | |
tree | 5f6794756ba30fe151f5a4f62fb66fed24313dd9 /systems/akashi.scm | |
parent | 23cda000022202daf2fd5e2f963545c88608b5cd (diff) |
refactor(systems): transfer locale implementation to suweren module
Diffstat (limited to 'systems/akashi.scm')
-rw-r--r-- | systems/akashi.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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*)))) |