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/ayase.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment/systems/ayase.scm') 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))) -- cgit v1.2.3