feat: add tor service and style
feat: add tor service
This commit is contained in:
parent
f48390b15e
commit
7b842b3342
12 changed files with 203 additions and 24 deletions
10
secrets.nix
Normal file
10
secrets.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
let
|
||||
laptop = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE40ISu3ydCqfdpb26JYD5cIN0Fu0id/FDS+xjB5zpqu";
|
||||
server = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAING219cDKTDLaZefmqvOHfXvYloA/ErsCGE0pM022vlB";
|
||||
in
|
||||
{
|
||||
"secrets/tor-onion-secret-key.age".publicKeys = [ laptop server ];
|
||||
"secrets/tor-onion-public-key.age".publicKeys = [ laptop server ];
|
||||
"secrets/tor-onion-hostname.age".publicKeys = [ laptop server ];
|
||||
"secrets/webhook-secret.age".publicKeys = [ laptop server ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue