hosts/hyacinth: fix wg filepath
This commit is contained in:
parent
93279eb6e6
commit
718437153f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
nixpkgs.overlays = [ inputs.neovim-nightly.overlays.default ];
|
nixpkgs.overlays = [ inputs.neovim-nightly.overlays.default ];
|
||||||
age.secrets = {
|
age.secrets = {
|
||||||
passwd.file = ../../secrets/passwd.age;
|
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;
|
wpa_conf.file = ../../secrets/wpa_conf.age;
|
||||||
};
|
};
|
||||||
imports = with modules.system; [
|
imports = with modules.system; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue