infrastructure/users/kairi/base/secrets.nix
2021-07-01 22:39:43 +01:00

9 lines
128 B
Nix

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