From 3f503f93f19ff567bbe20ee063529025cdbe8b1a Mon Sep 17 00:00:00 2001 From: foosinn Date: Mon, 15 Jun 2020 23:17:57 +0200 Subject: [PATCH 1/2] add tmux --- roles/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/base.nix b/roles/base.nix index f363e17..ce26630 100644 --- a/roles/base.nix +++ b/roles/base.nix @@ -16,6 +16,7 @@ in { ncdu openssl ripgrep + tmux z-lua unstable.starship (import ../packages/neovim.nix) From bb686b6659dcbd665b8033c9948409d8efa604f1 Mon Sep 17 00:00:00 2001 From: foosinn Date: Mon, 15 Jun 2020 23:18:09 +0200 Subject: [PATCH 2/2] 5minute sudo timeout --- roles/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/base.nix b/roles/base.nix index ce26630..835d042 100644 --- a/roles/base.nix +++ b/roles/base.nix @@ -82,6 +82,7 @@ precmd_user_func = "title" }; security.sudo.extraConfig = '' + Defaults timestamp_timeout=5 Defaults env_keep+=SSH_AUTH_SOCK '';