diff options
Diffstat (limited to 'systems')
-rw-r--r-- | systems/mcdowell.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm index b798ebf..aabfd1a 100644 --- a/systems/mcdowell.scm +++ b/systems/mcdowell.scm @@ -75,6 +75,7 @@ (firmware* (@ (machines amd64) firmware*)) (initrd* (@ (machines amd64) initrd*)) (kernel-amd64 (@ (machines amd64) kernel-amd64)) + (polish-locale-string (@ (suweren system) polish-locale-string)) (swap-devices* (@ (machines amd64) swap-devices*))) ((@ (gnu system) operating-system) (kernel kernel-amd64) @@ -97,7 +98,7 @@ (issue %default-issue) (packages %base-packages) (timezone "Europe/Warsaw") - ;; locale* + (locale polish-locale-string) (services services-mcdowell)))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |