Move clerie.de to web-2
This commit is contained in:
parent
7337e2100b
commit
a29b9c648a
22
hosts/web-2/clerie.nix
Normal file
22
hosts/web-2/clerie.nix
Normal file
@ -0,0 +1,22 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.nginx.virtualHosts = {
|
||||
"www.clerie.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
return = "301 https://clerie.de$request_uri";
|
||||
};
|
||||
};
|
||||
|
||||
"clerie.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = fetchGit {
|
||||
url = "https://git.clerie.de/clerie/clerie.de.git";
|
||||
rev = "7fbb8042100fde4a8524eec656519eb8b48ae68a";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
@ -6,6 +6,7 @@
|
||||
./hardware-configuration.nix
|
||||
../../configuration/common
|
||||
./bubblesort.nix
|
||||
./clerie.nix
|
||||
./gitea.nix
|
||||
./ip.nix
|
||||
./meow.nix
|
||||
|
Loading…
Reference in New Issue
Block a user