From 12cc58f4b57201ee41cb275a8b91d27d9f0b7811 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Tue, 9 Apr 2024 14:11:02 +0200 Subject: [PATCH] pinwheel: Remove secret `pinwheel/work-ovpn-userpass.age"` As it will not be used anymore --- hosts/pinwheel/modules/work/default.nix | 3 --- secrets/pinwheel/work-ovpn-userpass.age | Bin 511 -> 0 bytes secrets/secrets.nix | 1 - 3 files changed, 4 deletions(-) delete mode 100644 secrets/pinwheel/work-ovpn-userpass.age diff --git a/hosts/pinwheel/modules/work/default.nix b/hosts/pinwheel/modules/work/default.nix index ed3eb59..60c873b 100644 --- a/hosts/pinwheel/modules/work/default.nix +++ b/hosts/pinwheel/modules/work/default.nix @@ -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; - }; }; } diff --git a/secrets/pinwheel/work-ovpn-userpass.age b/secrets/pinwheel/work-ovpn-userpass.age deleted file mode 100644 index 37474862621edd59fff38a87f44c7fdc7b3fa8d3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 511 zcmYdHPt{G$OD?J`D9Oyv)5|YP*Do{V(zR14F3!+RO))YxHMCSHs|ZMnN>?x{Hi**q zH1~J2@GDCS)GsTHN-QZiPfsrL4M|N)Db5TwDlINgjV#QIFyKnc2#TmG%5n4va7i;u zH3%`v@bymh4=i!lH%-^~3wQM_u*i4LDhLctG(fj4HCsE$JW!#iG}FY_AS~S^EXt?U z%`Y`QJ2EKH+1Nn4AU~(FFvlgu-8;a;EY~Bn4*h?lu;dQoa(aVl44qKS#Vn@PHtWnPfE zeyV|)cWG*>TXB?kVyJngeo~@qQj%|kOMpdsPFhi3po_U{XpUpCzk9HOTdJu^VPP0o zfV*==V4#IZS*UMjN~)1pUSM!unoFgln{!%KaZ*8sNpfaDYItB&zEMVnPozgxvVK*B zxsREVfmx3aG;*P(9Ca)MyP3}5t mzq&5f-=^$Y-3R_@r{~^$7_6`)rDx}q^X1?AeKggqQVRjlU9)xo diff --git a/secrets/secrets.nix b/secrets/secrets.nix index eed9508..1f2c88d 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -18,7 +18,6 @@ in { "pinwheel/alex.pinwheel-codeberg.org.pub.age".publicKeys = [ pinwheel alex ]; "pinwheel/netrc.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-key.age".publicKeys = [ sombrero alex ];