From 3d298306defd4148d3ae1250c5b0846cf621c766 Mon Sep 17 00:00:00 2001 From: Rosa Date: Tue, 14 Apr 2026 07:54:44 -0400 Subject: properly set wireguard key --- hosts/the-meowchine/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/the-meowchine/default.nix b/hosts/the-meowchine/default.nix index bc00e4e..d612aa1 100644 --- a/hosts/the-meowchine/default.nix +++ b/hosts/the-meowchine/default.nix @@ -41,7 +41,7 @@ } ]; - privateKeyFile = "./the-meowchine.key"; + privateKeyFile = "/etc/wireguard/the-meowchine.key"; }; }; }; -- cgit v1.3.1