Add a couple more websites to the server
parent
e223895944
commit
b27d9e3c26
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
virtualHosts = {
|
||||
"crueltysquad.com" = {
|
||||
serverAliases = [ "www.crueltysquad.com" ];
|
||||
extraConfig = ''
|
||||
redir https://store.steampowered.com/app/1388770/Cruelty_Squad/
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
virtualHosts = {
|
||||
"cutesealfanpage.love" = {
|
||||
serverAliases = [ "www.cutesealfanpage.love" ];
|
||||
extraConfig = ''
|
||||
respond "Hello seals! Coming soon!"
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -12,8 +12,10 @@
|
|||
|
||||
# Applications that run on this server
|
||||
../nixos-apps/ewanick.com.nix
|
||||
../nixos-apps/fancytypist.com.nix
|
||||
../nixos-apps/git.ewanick.com.nix
|
||||
../nixos-apps/crueltysquad.com.nix
|
||||
../nixos-apps/cutesealfanpage.love.nix
|
||||
../nixos-apps/fancytypist.com.nix
|
||||
];
|
||||
|
||||
# Use the GRUB 2 boot loader.
|
||||
|
|
Loading…
Reference in New Issue