pinwheel: Add secrets for mullvad

This commit is contained in:
Alexander Heldt
2024-07-19 11:52:34 +02:00
parent a71809394a
commit 79d5c1c0d6
4 changed files with 21 additions and 0 deletions

View File

@@ -4,4 +4,16 @@
enable = true;
package = pkgs.mullvad-vpn;
};
age.secrets = {
"mullvad-device" = {
file = ../../../../secrets/pinwheel/mullvad-device.age;
path = "/etc/mullvad-vpn/device.json";
};
"mullvad-account-history" = {
file = ../../../../secrets/pinwheel/mullvad-account-history.age;
path = "/etc/mullvad-vpn/account-history.json";
};
};
}

View File

@@ -0,0 +1,7 @@
age-encryption.org/v1
-> ssh-ed25519 vxPbZg wpb2hDAYdugVkbO9NvmbGRIVpNVXFVmwxsMvBAlcwQU
9+lGabyPcvoiN8WHtktQyWiCkh+f2p3+qV6UBl1xqF4
-> ssh-ed25519 ek+b7Q gMzlFMTDt5gsoo7YoKOpyMbRVlFkeXWsyXI0+YRDuH8
tcUbLIlf1wP+Hy70hNAD2tqFO+DUxskLperuOZHDFus
--- lvXqjfpC+rTZxKZeBDSwAwsRZb8cIsErO4i1qQLQlvA
E<EFBFBD> <0C>cƨl<19><10>9<EFBFBD>_X<5F>3/&<26>/<2F><>Ԑ<EFBFBD>bk&<12><>d<EFBFBD><64><EFBFBD><EFBFBD>+0"l<><6C><EFBFBD>P

Binary file not shown.

View File

@@ -6,6 +6,8 @@ let
in {
"pinwheel/syncthing-cert.age".publicKeys = [ pinwheel alex ];
"pinwheel/syncthing-key.age".publicKeys = [ pinwheel alex ];
"pinwheel/mullvad-device.age".publicKeys = [ pinwheel alex ];
"pinwheel/mullvad-account-history.age".publicKeys = [ pinwheel alex ];
"pinwheel/alex.pinwheel-sombrero.age".publicKeys = [ pinwheel alex ];
"pinwheel/alex.pinwheel-sombrero.pub.age".publicKeys = [ pinwheel sombrero alex ];
"pinwheel/alex.pinwheel-github.com.age".publicKeys = [ pinwheel alex ];