[SiriusA] Sets up webhooks for deployment
This commit is contained in:
14
system/hosts/sirius-a/sops.nix
Normal file
14
system/hosts/sirius-a/sops.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
_: {
|
||||
### Secrets
|
||||
sops = {
|
||||
defaultSopsFile = ../../../secrets/sirius.yaml;
|
||||
age = {
|
||||
# Use the host key for sops
|
||||
sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
# Where to store the key
|
||||
keyFile = "/var/lib/sops-nix/key.txt";
|
||||
# Generate the key if it doesn't exist
|
||||
generateKey = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user