diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-04-14 07:54:44 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-04-14 07:54:44 -0400 |
| commit | 3d298306defd4148d3ae1250c5b0846cf621c766 (patch) | |
| tree | 1304d4f878d1bda8511632a9d03f6c7d662d53a0 /hosts/the-meowchine/default.nix | |
| parent | 50eb9cbba75d8717d64cb8b2ccaf34893beb886a (diff) | |
properly set wireguard key
Diffstat (limited to 'hosts/the-meowchine/default.nix')
| -rw-r--r-- | hosts/the-meowchine/default.nix | 2 |
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"; }; }; }; |
