Skip to content

Commit

Permalink
nginx: disable serving a couple websites
Browse files Browse the repository at this point in the history
They are on GitHub Pages now

Signed-off-by: Sumner Evans <me@sumnerevans.com>
  • Loading branch information
sumnerevans committed Feb 8, 2024
1 parent 4c422d1 commit b9fb999
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions host-configurations/morak.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ in
############
services.nginx.enable = true;
services.nginx.websites = [
{ hostname = "the-evans.family"; }
{ hostname = "qs.sumnerevans.com"; }
{
# sumnerevans.com
hostname = "sumnerevans.com";
Expand Down

0 comments on commit b9fb999

Please sign in to comment.