configs/smug: put ssh-add where it should be

This commit is contained in:
Aaron Bieber 2024-02-11 18:52:20 -07:00
parent e182de0665
commit 79b1eb2e29
No known key found for this signature in database

View File

@ -15,9 +15,6 @@ in
etc."smug/ci.yml".text = builtins.readFile (tmuxFormat.generate "ci.yml" {
session = "CI";
root = "~/";
before_start = [
"ssh-add"
];
windows = [
{
name = "CI Status";
@ -40,7 +37,9 @@ in
etc."smug/main.yml".text = builtins.readFile (tmuxFormat.generate "main.yml" {
session = "Main";
root = "~/";
before_start = [
"ssh-add"
];
windows = [
{
name = "Status";