This commit is contained in:
Miguel Palhas
2025-09-18 19:07:49 +01:00
parent 80530a876e
commit d140e4fe20
6 changed files with 46 additions and 14 deletions
+10
View File
@@ -0,0 +1,10 @@
{
config,
lib,
pkgs,
...
}:
{
security.pki.certificateFiles = [ ./n62.casa.pem ];
}