aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-19 07:54:17 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-19 07:54:17 -0600
commitba6455a980ed295c7aeacb1902ff3641cfafbc77 (patch)
tree465db3a30caac878a8badb7646078922657a96e2 /hosts/mercury
parent55d12269daddc3648eae5d236756059191834431 (diff)
permissions on wireguard key
Diffstat (limited to 'hosts/mercury')
-rw-r--r--hosts/mercury/config.nix5
1 files changed, 4 insertions, 1 deletions
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 = {