diff options
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/systems/akashi.scm | 2 | ||||
-rw-r--r-- | deployment/systems/ayase.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deployment/systems/akashi.scm b/deployment/systems/akashi.scm index a40dd3b..8a35a43 100644 --- a/deployment/systems/akashi.scm +++ b/deployment/systems/akashi.scm @@ -63,7 +63,7 @@ (swap-devices (machines:thinkpad-x200:swap-devices* host-name*)) (users users) (timezone timezone*) - (locale polish-locale-string) + (locale sovereign:systems:pl-locale) (locale-definitions sovereign:systems:%sovereign-locale-definitions) (services (services)) (sudoers-file sovereign:systems:%sovereign-sudoers-specification)))) diff --git a/deployment/systems/ayase.scm b/deployment/systems/ayase.scm index 390f437..e83d1c6 100644 --- a/deployment/systems/ayase.scm +++ b/deployment/systems/ayase.scm @@ -133,7 +133,7 @@ swap-device-2)) (users (users)) (timezone "Europe/Warsaw") - (locale suweren:system:polish-locale-string) + (locale sovereign:systems:pl-locale) (locale-definitions sovereign:systems:%sovereign-locale-definitions) (services services) (sudoers-file sovereign:systems:%sovereign-sudoers-specification))) |