infrastructure/config/users/kat/base/secrets.nix
2021-08-18 02:25:15 +01:00

9 lines
128 B
Nix

{ config, lib, ... }:
{
secrets = {
persistentRoot = config.xdg.cacheHome + "/kat/secrets";
external = true;
};
}