Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
a6fb3e0e45
|
|||
|
2d9981dec2
|
@@ -194,5 +194,17 @@
|
|||||||
owner = "someone";
|
owner = "someone";
|
||||||
group = "users";
|
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.
@@ -13,4 +13,10 @@ in {
|
|||||||
"ssh_config.age".publicKeys = [
|
"ssh_config.age".publicKeys = [
|
||||||
host
|
host
|
||||||
];
|
];
|
||||||
|
"github_key.age".publicKeys = [
|
||||||
|
host
|
||||||
|
];
|
||||||
|
"sporestack_server.age".publicKeys = [
|
||||||
|
host
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user