From 14ff95a90dc12338f02f06835ed59e79dcebc4ee Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Tue, 9 Dec 2025 11:06:12 +0100 Subject: [PATCH] fa-t14-2025: minor home-manager changes --- hosts/fa-t14-2025/home.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/fa-t14-2025/home.nix b/hosts/fa-t14-2025/home.nix index 2c8d705..5616cc4 100644 --- a/hosts/fa-t14-2025/home.nix +++ b/hosts/fa-t14-2025/home.nix @@ -70,6 +70,7 @@ in { base_url = "https://vault.mktv.no"; email = emailAddress; pinentry = pkgs.pinentry-rofi; + lock_timeout = 60*60*8; }; }; rofi = { @@ -78,7 +79,10 @@ in { theme = "Arc-Dark"; }; zsh = { - shellAliases."rebuild" = "sudo nixos-rebuild switch --flake /config"; + shellAliases = { + "kssh" = "ssh -t controlnode ssh"; + "rebuild" = "sudo nixos-rebuild switch --flake /config"; + }; prezto.pmodules = [ "ssh" ]; }; };