aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-16 23:04:05 -0300
committerEuAndreh <eu@euandre.org>2020-11-16 23:04:05 -0300
commit68d11a0e6e67ad521e35bde9bdefa2bbb63ac8ed (patch)
tree01442a284b38029d00baf03d68fdd75d9d6a660d
parent.bashrc: Add "l" Bash alias (diff)
downloadtoph-68d11a0e6e67ad521e35bde9bdefa2bbb63ac8ed.tar.gz
toph-68d11a0e6e67ad521e35bde9bdefa2bbb63ac8ed.tar.xz
vps.scm: Change locale to fr_FR.UTF-8
-rw-r--r--sync/vps.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/vps.scm b/sync/vps.scm
index a041ddc..cc636f8 100644
--- a/sync/vps.scm
+++ b/sync/vps.scm
@@ -10,7 +10,7 @@ root ALL=(ALL) ALL
%wheel ALL=NOPASSWD: ALL\n")
(operating-system
- (locale "en_GB.utf8")
+ (locale "fr_FR.UTF-8")
(timezone "America/Sao_Paulo")
(keyboard-layout (keyboard-layout "us"))
(host-name "guix-pet-server")