diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-27 08:01:31 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-27 08:01:31 -0600 |
| commit | 272f60dc53d3c4b991d0433713dc3ef5f0913953 (patch) | |
| tree | db91423e93ecfd2a3718a8f8d4c5fc4b3275d850 /hosts | |
| parent | c303524a359d2be84d825acebbf8d7e2ddd8f24a (diff) | |
correct perms on wg-pk
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/ganymede/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix index 3f8c6e4..255d1a1 100644 --- a/hosts/ganymede/config.nix +++ b/hosts/ganymede/config.nix @@ -20,7 +20,7 @@ }; "wireguard-pk" = { file = ./wireguard-pk.age; - owner = "root"; + owner = "systemd-network"; }; }; |
