hosts/hyacinth: fix wg filepath

This commit is contained in:
LavaDesu 2025-05-22 23:43:56 +10:00
parent 93279eb6e6
commit 718437153f
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -7,7 +7,7 @@
nixpkgs.overlays = [ inputs.neovim-nightly.overlays.default ];
age.secrets = {
passwd.file = ../../secrets/passwd.age;
wg_hyacinth.file = ../../secrets/wg_blossom.age;
wg_hyacinth.file = ../../secrets/wg_hyacinth.age;
wpa_conf.file = ../../secrets/wpa_conf.age;
};
imports = with modules.system; [