man
This commit is contained in:
parent
d712ab335a
commit
e9ad464d9a
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
|||
secrets."homelab_cert.pem" = {};
|
||||
};
|
||||
|
||||
security.pki.certificateFiles = ["/run/secrets/homelab_cert.pem"];
|
||||
security.pki.certificateFiles = [config.sops.secrets."homelab_cert.pem".path];
|
||||
# Enable the OpenSSH daemon.
|
||||
# services.openssh.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue