From 53811e4d2f2f0a72c212b859b549c579d9c9e202 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 23 Jul 2025 23:00:25 +0200 Subject: [2] systems: utilise locale string from Sovereign channel This replacement is part of a process to decomission Deployment channel. --- The ultimate foal is to move useful code from Deployment channel to either Sovereign or Deployment channels. Everything else will be deleted and ultimately the entire channel will be removed from network. --- The replaced refences are already defined in Sovereign channel. --- The definitions from Sovereign channel are used in place of the old ones. --- The Sovereign definition is exactly the same as on in Distribution channel. --- deployment/systems/akashi.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment/systems/akashi.scm') 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)))) -- cgit v1.2.3