Adding nextcloud
This commit is contained in:
parent
d2a132bf0a
commit
7893349400
6 changed files with 66 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
../../modules/server/link
|
||||
../../modules/server/taf
|
||||
../../modules/server/giovanni
|
||||
../../modules/server/baba
|
||||
|
||||
# disko.nixosModules.disko
|
||||
agenix.nixosModules.default
|
||||
|
|
|
|||
|
|
@ -12,6 +12,14 @@
|
|||
recommendedTlsSettings = true;
|
||||
|
||||
virtualHosts = {
|
||||
"lyes.eu" = {
|
||||
default = true;
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
root = "/var/data/www/lyes.eu/";
|
||||
};
|
||||
};
|
||||
"auth.lyes.eu" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue