From ba6455a980ed295c7aeacb1902ff3641cfafbc77 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Mon, 19 Jan 2026 07:54:17 -0600 Subject: permissions on wireguard key --- hosts/mercury/config.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index 712c1aa..48b1627 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -4,7 +4,10 @@ user.name = "collin"; secrets = { - "wg-key".file = ./mercury-wg-key.age; + "wg-key" = { + file = ./mercury-wg-key.age; + owner = "systemd-network"; + }; }; wireguard = { -- cgit v1.3.1