about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-02-04 10:30:15 +0100
committerProfpatsch <mail@profpatsch.de>2021-02-04 10:39:20 +0100
commit2d012117ea02c09a2ef4c90853caaa2bdfa25bc1 (patch)
tree9245171646a2c24f6e3b2dd2e8525e32875d724a
parent310feaac45980531979ef8640a6c3481021fb855 (diff)
machines/profpatsch/base: add strace
-rw-r--r--machines/profpatsch/base.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/machines/profpatsch/base.nix b/machines/profpatsch/base.nix
index e91a7b12..a5147706 100644
--- a/machines/profpatsch/base.nix
+++ b/machines/profpatsch/base.nix
@@ -39,6 +39,7 @@ in
       htop              # top replacement
       nmap              # stats about clients in the network
       rsync             # file syncing tool
+      strace            # tracing syscalls
       tmux              # detachable terminal multiplexer
       wget              # the other URL file fetcher
       myPkgs.vim        # slight improvement over vi
@@ -49,7 +50,7 @@ in
     i18n = {
       defaultLocale = "en_US.UTF-8";
       extraLocaleSettings = {
-        LC_TIME = "de_DE.UTF-8"; #"en_DK.UTF-8";
+        LC_TIME = "de_DE.UTF-8";
       };
     };