diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-07-07 21:03:10 +0000 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-07-07 21:03:10 +0000 |
| commit | 33414f69edbf85d92790d9d7efe53b1bc9f9dfd2 (patch) | |
| tree | 831c36254a103d2c7da3a54e34c6eb6ce2d0bfc0 | |
| parent | 987c6db004988185dd76e8b30e85283854a04751 (diff) | |
| download | home-33414f69edbf85d92790d9d7efe53b1bc9f9dfd2.tar.gz | |
fw: remove redundant config value
| -rw-r--r-- | fw/configuration.nix | 4 |
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"; |