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 {
file = ../../../../secrets/pinwheel/work-ovpn.age;
};
"work-ovpn-userpass" = lib.mkIf openvpnEnabled {
file = ../../../../secrets/pinwheel/work-ovpn-userpass.age;
};
};
}