aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-27 08:01:31 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-27 08:01:31 -0600
commit272f60dc53d3c4b991d0433713dc3ef5f0913953 (patch)
treedb91423e93ecfd2a3718a8f8d4c5fc4b3275d850 /hosts/ganymede
parentc303524a359d2be84d825acebbf8d7e2ddd8f24a (diff)
correct perms on wg-pk
Diffstat (limited to 'hosts/ganymede')
-rw-r--r--hosts/ganymede/config.nix2
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";
};
};