add github_key.age secret
This commit is contained in:
@@ -194,5 +194,11 @@
|
|||||||
owner = "someone";
|
owner = "someone";
|
||||||
group = "users";
|
group = "users";
|
||||||
};
|
};
|
||||||
|
github_key = {
|
||||||
|
file = ../../secrets/github_key.age;
|
||||||
|
mode = "600";
|
||||||
|
owner = "someone";
|
||||||
|
group = "users";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
@@ -13,4 +13,7 @@ in {
|
|||||||
"ssh_config.age".publicKeys = [
|
"ssh_config.age".publicKeys = [
|
||||||
host
|
host
|
||||||
];
|
];
|
||||||
|
"github_key.age".publicKeys = [
|
||||||
|
host
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user