summaryrefslogtreecommitdiff
path: root/nixos/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/locale/default.nix18
-rw-r--r--nixos/modules/system/services/default.nix2
-rw-r--r--nixos/modules/system/users/default.nix2
3 files changed, 11 insertions, 11 deletions
diff --git a/nixos/modules/system/locale/default.nix b/nixos/modules/system/locale/default.nix
index da66f76..4c07d59 100644
--- a/nixos/modules/system/locale/default.nix
+++ b/nixos/modules/system/locale/default.nix
@@ -3,16 +3,16 @@
{
time.timeZone = "Etc/GMT-7";
- i18n.defaultLocale = "en_US.UTF-8";
+ i18n.defaultLocale = "de_CH.UTF-8";
i18n.extraLocaleSettings = {
- LC_ADDRESS = "en_US.UTF-8";
- LC_IDENTIFICATION = "en_US.UTF-8";
- LC_MEASUREMENT = "en_US.UTF-8";
- LC_MONETARY = "en_US.UTF-8";
- LC_NAME = "en_US.UTF-8";
- LC_NUMERIC = "en_US.UTF-8";
- LC_PAPER = "en_US.UTF-8";
- LC_TELEPHONE = "en_US.UTF-8";
+ LC_ADDRESS = "de_CH.UTF-8";
+ LC_IDENTIFICATION = "de_CH.UTF-8";
+ LC_MEASUREMENT = "de_CH.UTF-8";
+ LC_MONETARY = "de_CH.UTF-8";
+ LC_NAME = "de_CH.UTF-8";
+ LC_NUMERIC = "de_CH.UTF-8";
+ LC_PAPER = "de_CH.UTF-8";
+ LC_TELEPHONE = "de_CH.UTF-8";
LC_TIME = "en_US.UTF-8";
};
} \ No newline at end of file
diff --git a/nixos/modules/system/services/default.nix b/nixos/modules/system/services/default.nix
index 40cfa89..0f06931 100644
--- a/nixos/modules/system/services/default.nix
+++ b/nixos/modules/system/services/default.nix
@@ -10,4 +10,4 @@
SystemMaxUse=50M
MaxRetentionSec=1month
'';
-} \ No newline at end of file
+}
diff --git a/nixos/modules/system/users/default.nix b/nixos/modules/system/users/default.nix
index 042c055..19c2b56 100644
--- a/nixos/modules/system/users/default.nix
+++ b/nixos/modules/system/users/default.nix
@@ -31,4 +31,4 @@
ll = "eza -al --icons=auto";
};
};
-} \ No newline at end of file
+}