Compare commits

...

2 Commits

Author SHA1 Message Date
jory a6fb3e0e45 Fixed github_key config and added sporestack key 2026-04-01 17:04:50 +02:00
jory 2d9981dec2 add github_key.age secret 2026-04-01 14:36:48 +02:00
5 changed files with 18 additions and 0 deletions
+12
View File
@@ -194,5 +194,17 @@
owner = "someone";
group = "users";
};
github_key = {
file = ../../secrets/github_key.age;
mode = "600";
owner = "someone";
group = "users";
};
sporestack_server = {
file = ../../secrets/sporestack_server.age;
mode = "600";
owner = "someone";
group = "users";
};
};
}
Binary file not shown.
+6
View File
@@ -13,4 +13,10 @@ in {
"ssh_config.age".publicKeys = [
host
];
"github_key.age".publicKeys = [
host
];
"sporestack_server.age".publicKeys = [
host
];
}
Binary file not shown.
Binary file not shown.