pinwheel: Add secrets for mullvad
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
7
secrets/pinwheel/mullvad-account-history.age
Normal file
7
secrets/pinwheel/mullvad-account-history.age
Normal 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
|
||||
BIN
secrets/pinwheel/mullvad-device.age
Normal file
BIN
secrets/pinwheel/mullvad-device.age
Normal file
Binary file not shown.
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user