about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-07-08 19:27:19 +0200
committerProfpatsch <mail@profpatsch.de>2017-07-08 19:27:19 +0200
commit821bf85a54dc066ef35fc9f96ffe5d8f1afca450 (patch)
tree79cbfeba8aed5450f2507c3bba93e137e822e1ef /machines
parenta232772ebb63c27b530c9bac5fd53b3584dc7fc5 (diff)
machines/katara: fix evaluation error
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/base-workstation.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index 5812d9ca..025c4795 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -26,7 +26,6 @@ in {
     i18n = {
       consoleFont = "lat9w-16";
       consoleKeyMap = "neo";
-      defaultLocale = "en_US.UTF-8";
     };
 
     programs.ssh.startAgent = false;