Fixed github_key config and added sporestack key
This commit is contained in:
@@ -200,5 +200,11 @@
|
|||||||
owner = "someone";
|
owner = "someone";
|
||||||
group = "users";
|
group = "users";
|
||||||
};
|
};
|
||||||
|
sporestack_server = {
|
||||||
|
file = ../../secrets/sporestack_server.age;
|
||||||
|
mode = "600";
|
||||||
|
owner = "someone";
|
||||||
|
group = "users";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
@@ -16,4 +16,7 @@ in {
|
|||||||
"github_key.age".publicKeys = [
|
"github_key.age".publicKeys = [
|
||||||
host
|
host
|
||||||
];
|
];
|
||||||
|
"sporestack_server.age".publicKeys = [
|
||||||
|
host
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user