From f99e787cc352f21a6d4e1a7bf0ccec20f881a033 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 23 Jul 2025 22:46:31 +0200 Subject: [1] systems: utilise locale definition from Sovereign channel This replacement is part of a process to decomission Deployment channel. --- The ultimate goal 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 slightly more complete (with explicit charset field), but functionally the same as the old one. --- 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 9606c7b..390f437 100644 --- a/deployment/systems/ayase.scm +++ b/deployment/systems/ayase.scm @@ -134,6 +134,6 @@ (users (users)) (timezone "Europe/Warsaw") (locale suweren:system:polish-locale-string) - (locale-definitions suweren:system:%suweren-locale-definitions) + (locale-definitions sovereign:systems:%sovereign-locale-definitions) (services services) (sudoers-file sovereign:systems:%sovereign-sudoers-specification))) -- cgit v1.2.3