aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/mercury/config.nix')
-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 = {