diff --git a/keys/mullvad b/keys/mullvad deleted file mode 100644 index c264754..0000000 Binary files a/keys/mullvad and /dev/null differ diff --git a/keys/secrets.nix b/keys/secrets.nix index 631260a..deabb14 100644 --- a/keys/secrets.nix +++ b/keys/secrets.nix @@ -14,6 +14,6 @@ in "hetzner.priv".publicKeys = macbook ++ selene ++ master ++ ren; "wg-ren.priv".publicKeys = macbook++master++ren; "ren.priv".publicKeys = master ++ ren; - "mullvad".publicKeys = master ++ ren ++ macbook; + "wg-scribe".publicKeys = master ++ ren ++ macbook; "smbshare".publicKeys = master ++ macbook ++ ren ++ selene; } \ No newline at end of file diff --git a/keys/wg-scribe b/keys/wg-scribe new file mode 100644 index 0000000..f1dc116 --- /dev/null +++ b/keys/wg-scribe @@ -0,0 +1,10 @@ +age-encryption.org/v1 +-> ssh-ed25519 CJLJQg hlXCif+dK+nvERKIPXm1YHB0hbFI6pkDgJb+A1QrCx0 +oEdxl8HukZXAX1jgrxlAtGkrWcz9XedgmcANHW0o1/k +-> ssh-ed25519 uNZY8Q 7DkTz6C++qRyZGiy0PRgC2D/P0aBlZkZ8hHfUmRk/AM +/wpk/3FmI7xhWAewCVFzph3xh+7czDbtnIk+y1gWtCE +-> ssh-ed25519 M7OTMg cGJDEOso/4RxC6Lj/OQeT5TbeXo2kBuQbPUjcbYWD3Q +CMYbjbygsIaGcE3UAcdz9aX6S2VZgfiyXs6Zy+qicTM +--- PZHWtjbGuUpnZe/RSC/S1vSlIhGGLPc0Wg284pVbUvI +u!\6-Hrknf/z[@RɻzճÂsj7Ik(xSS_X6 (}leƣ U9źo!q()TҳibiAVo\#0 #N. 3Il18v`8/"t鸘!H)֩|Թ*E1!hKͽs=Z?z]`9 +'E{7t4z 48)@L8O9-;N{U M aj_Չ*)?-1 B{QޞqM<]DM \ No newline at end of file diff --git a/modules/servermodules/arr/arr.nix b/modules/servermodules/arr/arr.nix index dcd3f28..7b216bb 100644 --- a/modules/servermodules/arr/arr.nix +++ b/modules/servermodules/arr/arr.nix @@ -15,9 +15,9 @@ in ]; }; - age.secrets.mullvad = { - file = ../../../keys/mullvad; - path = "/etc/wireguard/mullvad.conf"; + age.secrets.wg-scribe = { + file = ../../../keys/wg-scribe; + path = "/etc/wireguard/wg-scribe.conf"; }; networking.firewall.trustedInterfaces = [ "wg-selene" ];