summary refs log blame commit diff stats
path: root/system/secrets/secrets.nix
blob: cd27612823741f1544e5fb0b67d35b974a2d5625 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                             
                                                                          
 
                                                                                               
                


           

                                                      
                                               
                                                   
                                               
 
let
  soispha = "age1mshh4ynzhhzhff25tqwkg4j054g3xwrfznh98ycchludj9wjj48qn2uffn";
  sils = "age1vuhaey7kd9l76y6f9weeqmde3s4kjw38869ju6u3027yece2r3rqssjxst";

  server1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMnqsfIZjelH7rcvFvnLR5zUZuC8thsBupBlvjcMRBUm";

  allSecrets = [
    soispha
    sils
    server1
  ];
in {
  "keycloak/passwd.tix".publicKeys = allSecrets;
  "matrix-synapse/passwd.tix".publicKeys = allSecrets;
  "invidious/hmac.tix".publicKeys = allSecrets;
  "invidious/settings.tix".publicKeys = allSecrets;
  "miniflux/admin.tix".publicKeys = allSecrets;
}