Compare commits

..

No commits in common. "7586d4ff29e3cfde50ed6b4e3b08822346c856c2" and "278f6de6f53db7d3ec5044c133bcd3b84b92d1d2" have entirely different histories.

2 changed files with 6 additions and 1 deletions

View file

@ -7,7 +7,12 @@ defaults = {
'locale': {
'default': ('en_US.UTF-8', 'UTF-8'),
'installed': {
('de_AT.UTF-8', 'UTF-8'),
('de_CH.UTF-8', 'UTF-8'),
('de_DE.UTF-8', 'UTF-8'),
('de_LU.UTF-8', 'UTF-8'),
('en_CA.UTF-8', 'UTF-8'),
('en_GB.UTF-8', 'UTF-8'),
('en_US.UTF-8', 'UTF-8'),
},
},

View file

@ -3,7 +3,7 @@
'groups': [
'autologin',
'backup-server',
'debian-13',
'debian-12',
'home',
'monitored',
],