1
1
Fork 0

Add a couple more websites to the server

main
Bill Ewanick 2023-04-08 21:40:56 -04:00
parent e223895944
commit b27d9e3c26
3 changed files with 29 additions and 1 deletions

View File

@ -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/
'';
};
};
};
}

View File

@ -0,0 +1,13 @@
{
services.caddy = {
enable = true;
virtualHosts = {
"cutesealfanpage.love" = {
serverAliases = [ "www.cutesealfanpage.love" ];
extraConfig = ''
respond "Hello seals! Coming soon!"
'';
};
};
};
}

View File

@ -12,8 +12,10 @@
# Applications that run on this server # Applications that run on this server
../nixos-apps/ewanick.com.nix ../nixos-apps/ewanick.com.nix
../nixos-apps/fancytypist.com.nix
../nixos-apps/git.ewanick.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. # Use the GRUB 2 boot loader.