Fixed github_key config and added sporestack key

This commit is contained in:
2026-04-01 17:04:50 +02:00
parent 2d9981dec2
commit a6fb3e0e45
5 changed files with 9 additions and 0 deletions
+6
View File
@@ -200,5 +200,11 @@
owner = "someone";
group = "users";
};
sporestack_server = {
file = ../../secrets/sporestack_server.age;
mode = "600";
owner = "someone";
group = "users";
};
};
}
Binary file not shown.
+3
View File
@@ -16,4 +16,7 @@ in {
"github_key.age".publicKeys = [
host
];
"sporestack_server.age".publicKeys = [
host
];
}
Binary file not shown.
Binary file not shown.