update flake, add cv

This commit is contained in:
zackartz 2024-05-05 16:43:22 -04:00
parent 8a8f7c6f62
commit 64ab9e362e
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 2 additions and 2 deletions

View file

@ -54,8 +54,8 @@
config = mkIf cfg.enable { config = mkIf cfg.enable {
services.nginx.virtualHosts.${cfg.domain} = { services.nginx.virtualHosts.${cfg.domain} = {
forceSSL = cfg.ssl; forceSSL = ${cfg.ssl};
enableACME = cfg.ssl; enableACME = ${cfg.ssl};
root = "${packages.${pkgs.system}.default}"; root = "${packages.${pkgs.system}.default}";
}; };
}; };

BIN
public/cv.pdf Normal file

Binary file not shown.