Files
nix/hosts/common/features/home/default.nix
T
Miguel Palhas d140e4fe20 wip
2025-09-18 22:37:21 +01:00

11 lines
95 B
Nix

{
config,
lib,
pkgs,
...
}:
{
security.pki.certificateFiles = [ ./n62.casa.pem ];
}