pinwheel: Remove secret pinwheel/work-ovpn-userpass.age"

As it will not be used anymore
This commit is contained in:
Alexander Heldt
2024-04-09 14:11:02 +02:00
parent 6c3e3ede0d
commit 12cc58f4b5
3 changed files with 0 additions and 4 deletions

View File

@@ -82,8 +82,5 @@ in
"work-ovpn" = lib.mkIf openvpnEnabled { "work-ovpn" = lib.mkIf openvpnEnabled {
file = ../../../../secrets/pinwheel/work-ovpn.age; file = ../../../../secrets/pinwheel/work-ovpn.age;
}; };
"work-ovpn-userpass" = lib.mkIf openvpnEnabled {
file = ../../../../secrets/pinwheel/work-ovpn-userpass.age;
};
}; };
} }

View File

@@ -18,7 +18,6 @@ in {
"pinwheel/alex.pinwheel-codeberg.org.pub.age".publicKeys = [ pinwheel alex ]; "pinwheel/alex.pinwheel-codeberg.org.pub.age".publicKeys = [ pinwheel alex ];
"pinwheel/netrc.age".publicKeys = [ pinwheel alex ]; "pinwheel/netrc.age".publicKeys = [ pinwheel alex ];
"pinwheel/work-ovpn.age".publicKeys = [ pinwheel alex ]; "pinwheel/work-ovpn.age".publicKeys = [ pinwheel alex ];
"pinwheel/work-ovpn-userpass.age".publicKeys = [ pinwheel alex ];
"sombrero/syncthing-cert.age".publicKeys = [ sombrero alex ]; "sombrero/syncthing-cert.age".publicKeys = [ sombrero alex ];
"sombrero/syncthing-key.age".publicKeys = [ sombrero alex ]; "sombrero/syncthing-key.age".publicKeys = [ sombrero alex ];