diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-07-23 22:46:31 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-07-23 22:46:31 +0200 |
commit | f99e787cc352f21a6d4e1a7bf0ccec20f881a033 (patch) | |
tree | cead2f8cc742156acfe75b1a10f413e3f1e88c01 /deployment/systems | |
parent | b85588311c23f7fc5985107404fbefde3abd47e6 (diff) |
[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.
Diffstat (limited to 'deployment/systems')
-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 a7d48d2..a40dd3b 100644 --- a/deployment/systems/akashi.scm +++ b/deployment/systems/akashi.scm @@ -64,6 +64,6 @@ (users users) (timezone timezone*) (locale polish-locale-string) - (locale-definitions %suweren-locale-definitions) + (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 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))) |