turned off visualizer for ncmpcpp, enabled restic server.
This commit is contained in:
parent
7784c07a01
commit
879744abb8
5 changed files with 79 additions and 30 deletions
|
@ -8,15 +8,17 @@
|
|||
imports = [
|
||||
../../configs/nixos/nginx.nix
|
||||
];
|
||||
services.nginx.virtualHosts."gabevenberg.com" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = "/var/www/gabevenberg.com";
|
||||
};
|
||||
services.nginx.virtualHosts."draft.gabevenberg.com" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = "/var/www/draft.gabevenberg.com";
|
||||
basicAuthFile = config.sops.secrets.gabevenberg-draft-credentials.path;
|
||||
services.nginx.virtualHosts = {
|
||||
"gabevenberg.com" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = "/var/www/gabevenberg.com";
|
||||
};
|
||||
"draft.gabevenberg.com" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = "/var/www/draft.gabevenberg.com";
|
||||
basicAuthFile = config.sops.secrets.gabevenberg-draft-credentials.path;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue