aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-04-14 07:54:44 -0400
committerRosa <rosaontheweb@proton.me>2026-04-14 07:54:44 -0400
commit3d298306defd4148d3ae1250c5b0846cf621c766 (patch)
tree1304d4f878d1bda8511632a9d03f6c7d662d53a0 /hosts
parent50eb9cbba75d8717d64cb8b2ccaf34893beb886a (diff)
properly set wireguard key
Diffstat (limited to 'hosts')
-rw-r--r--hosts/the-meowchine/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/the-meowchine/default.nix b/hosts/the-meowchine/default.nix
index bc00e4e..d612aa1 100644
--- a/hosts/the-meowchine/default.nix
+++ b/hosts/the-meowchine/default.nix
@@ -41,7 +41,7 @@
}
];
- privateKeyFile = "./the-meowchine.key";
+ privateKeyFile = "/etc/wireguard/the-meowchine.key";
};
};
};