diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-09-08 19:58:22 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-09-09 10:57:29 +0530 |
commit | b3a714f295aa620c95a89688fad6d69835b2f100 (patch) | |
tree | 5b1282919b6ea49eb560d68e4134b650153c7608 /common.nix | |
parent | e1c8bb6ff741a281e9f3e8ad6681b151f6579b7a (diff) |
hosts/cez: init modules/network
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ in # sops sops = { - defaultSopsFile = "./${host}/secrets.yaml"; + defaultSopsFile = ./hosts/${host}/secrets.yaml; age.keyFile = "/var/secrets/sops-nix/key.txt"; }; |