configs/smug: put ssh-add where it should be
This commit is contained in:
parent
e182de0665
commit
79b1eb2e29
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user