diff options
author | lassulus <lass@aidsballs.de> | 2016-10-13 21:25:32 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-10-13 21:25:32 +0200 |
commit | c419b951efaac4773954e547cf7c1af70a999396 (patch) | |
tree | 561471e52cf9fac6f512c620bd34a52c31a0ba39 /tv | |
parent | 08c98a00ed75a49a34b1f0079954cd65ce2e1e1c (diff) | |
parent | bfea6f7439e217fc1ef340978beaeee5a3c74f45 (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 7d454e2b7..442d7370a 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -14,7 +14,7 @@ with config.krebs.lib; stockholm.file = "/home/tv/stockholm"; nixpkgs.git = { url = https://github.com/NixOS/nixpkgs; - ref = "45b2a6d88299bb5671e36a4239ec0097bc149fb3"; + ref = "354fd3728952c229fee4f2924737c601d7ab4725"; }; } // optionalAttrs host.secure { secrets-master.file = "/home/tv/secrets/master"; @@ -54,6 +54,7 @@ with config.krebs.lib; }; } { + security.hideProcessInformation = true; security.sudo.extraConfig = '' Defaults env_keep+="SSH_CLIENT" Defaults mailto="${config.krebs.users.tv.mail}" |