forked from mirrors_public/oddlama_nix-config
chore: update stalwart, add firezone tokens
This commit is contained in:
parent
be7e4d158c
commit
3dabfb23e0
5 changed files with 30 additions and 6 deletions
|
@ -58,6 +58,18 @@
|
|||
};
|
||||
};
|
||||
|
||||
# NOTE: state: this token is from a manually created service account
|
||||
age.secrets.firezone-gateway-token = {
|
||||
rekeyFile = config.node.secretsDir + "/firezone-gateway-token.age";
|
||||
};
|
||||
|
||||
services.firezone.gateway = {
|
||||
enable = true;
|
||||
name = "ward";
|
||||
apiUrl = "wss://${globals.services.firezone.domain}/api/";
|
||||
tokenFile = config.age.secrets.firezone-gateway-token.path;
|
||||
};
|
||||
|
||||
guests =
|
||||
let
|
||||
mkGuest = guestName: {
|
||||
|
|
BIN
hosts/ward/secrets/firezone-gateway-token.age
Normal file
BIN
hosts/ward/secrets/firezone-gateway-token.age
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue