infrastructure/config/profiles/common/secrets.nix
2021-07-06 01:00:41 +01:00

9 lines
153 B
Nix

{ config, lib, pkgs, ... }:
{
secrets = {
root = "/var/lib/kat/secrets";
persistentRoot = "/var/lib/kat/secrets";
external = true;
};
}