diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/nipsy/arrakis.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home/nipsy/arrakis.nix b/home/nipsy/arrakis.nix index e03e720..9622c74 100644 --- a/home/nipsy/arrakis.nix +++ b/home/nipsy/arrakis.nix @@ -26,6 +26,12 @@ ".mutt/muttrc".text = (builtins.readFile arrakis/mutt/muttrc); }; + programs.zsh = { + shellAliases = { + manage = "tmux new-window ssh root@darkstar\\; split-window -d ssh root@king\\; new-window ssh root@black-sheep\\; split-window -d ssh root@treebeard\\; new-window ssh root@casey\\; split-window -d ssh root@homer\\; new-window ssh root@lilnasx\\; split-window -d ssh root@trent"; + }; + }; + sops = { age.keyFile = "/home/nipsy/.config/sops/age/keys.txt"; defaultSopsFile = ./secrets/arrakis.yaml; |