mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
9 lines
142 B
Nix
9 lines
142 B
Nix
{ config, lib, ... }:
|
|
|
|
{
|
|
secrets = {
|
|
persistentRoot = lib.mkDefault "${config.xdg.cacheHome}/kat/secrets";
|
|
external = true;
|
|
};
|
|
}
|
|
|