chore(docs): update old filepath

This commit is contained in:
reo101 2024-07-27 13:10:26 +03:00
parent a881c5d7e1
commit 1b913fcf9b
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -1,7 +1,7 @@
{ inputs, outputs, lib, pkgs, config, options, ... }:
{
config = {
# NOTE: `(r)agenix` and `agenix-rekey` modules are imported by `../../../nix/configurations.nix`
# NOTE: `(r)agenix` and `agenix-rekey` modules are imported by `../../../modules/flake/configurations.nix`
age.rekey = {
masterIdentities = lib.mkDefault [ "${inputs.self}/secrets/privkey.age" ];
storageMode = lib.mkDefault "local";