1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: update modules from PRs

This commit is contained in:
oddlama 2023-04-06 00:57:00 +02:00
parent 5d095392cf
commit c01ee0f409
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 36 additions and 52 deletions

View file

@ -120,6 +120,7 @@ in {
'';
};
virtualHosts."${nodeSecrets.homeassistant.domain}" = {
serverAliases = ["192.168.1.21"]; # TODO remove later
forceSSL = true;
#enableACME = true;
sslCertificate = config.rekey.secrets."selfcert.crt".path;