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" ]; }; };