chore(docs): update old filepath
This commit is contained in:
parent
a881c5d7e1
commit
1b913fcf9b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ inputs, outputs, lib, pkgs, config, options, ... }:
|
{ inputs, outputs, lib, pkgs, config, options, ... }:
|
||||||
{
|
{
|
||||||
config = {
|
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 = {
|
age.rekey = {
|
||||||
masterIdentities = lib.mkDefault [ "${inputs.self}/secrets/privkey.age" ];
|
masterIdentities = lib.mkDefault [ "${inputs.self}/secrets/privkey.age" ];
|
||||||
storageMode = lib.mkDefault "local";
|
storageMode = lib.mkDefault "local";
|
||||||
|
|
Loading…
Reference in a new issue