aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-07-07 21:03:10 +0000
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-07-07 21:03:10 +0000
commit33414f69edbf85d92790d9d7efe53b1bc9f9dfd2 (patch)
tree831c36254a103d2c7da3a54e34c6eb6ce2d0bfc0
parent987c6db004988185dd76e8b30e85283854a04751 (diff)
downloadhome-33414f69edbf85d92790d9d7efe53b1bc9f9dfd2.tar.gz
fw: remove redundant config value
-rw-r--r--fw/configuration.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/fw/configuration.nix b/fw/configuration.nix
index bc2cb11..c66497c 100644
--- a/fw/configuration.nix
+++ b/fw/configuration.nix
@@ -60,9 +60,7 @@
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
# Set your time zone.
- time.timeZone = "America/New_York";
-
- console.useXkbConfig = true;
+ # console.useXkbConfig = true;
# Enable automatic login for the user.
# services.getty.autologinUser = "stefan";