🚚 (hydrogen/nginx) move laurent's virtualhosts in modules

This commit is contained in:
Laureηt 2023-06-25 15:03:49 +02:00
parent 4ed9077905
commit cb1ac550cb
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
4 changed files with 2 additions and 1 deletions

View file

@ -8,5 +8,5 @@
recommendedProxySettings = true;
};
imports = [ ./n7 ./personal-websites.nix ./resume.nix ];
imports = [ ./laurent ./n7 ];
}

View file

@ -0,0 +1 @@
{ ... }: { imports = [ ./resume.nix ./website.nix ]; }