this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(wolumonde): correct knot secret path

dusk ac01cb9d c49e9993

+1 -1
+1 -1
hosts/wolumonde/modules/tangled.nix/default.nix
··· 15 15 "${inputs.tangled}/nix/modules/spindle.nix" 16 16 ]; 17 17 18 - age.secrets.tangledKnot.file = ../../../secrets/tangledKnot.age; 18 + age.secrets.tangledKnot.file = ../../../../secrets/tangledKnot.age; 19 19 20 20 services.tangled-knot = { 21 21 enable = true;