diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-07-23 23:00:25 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-07-23 23:00:25 +0200 |
commit | 53811e4d2f2f0a72c212b859b549c579d9c9e202 (patch) | |
tree | 059851510066e046ea263a7dd13d6b90275b7411 /deployment/systems/ayase.scm | |
parent | f99e787cc352f21a6d4e1a7bf0ccec20f881a033 (diff) |
[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.
Diffstat (limited to 'deployment/systems/ayase.scm')
-rw-r--r-- | deployment/systems/ayase.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |