elnudrop: get git.elnu.com working

This commit is contained in:
Elnu 2025-03-22 17:18:25 -07:00
parent bbbea14c45
commit e5f2d96e8e
4 changed files with 41 additions and 0 deletions

View file

@ -13,9 +13,11 @@
#./modules/headscale.nix
./modules/tailscale.nix
./hosts/git.elnu.com
#./hosts/jichan.org
#./hosts/tegakituesday.com
];
fileSystems."/mnt/data" = { device = "/dev/sda"; fsType = "ext4"; };
networking = {
# May cause some issues
@ -33,12 +35,14 @@
services.nginx = {
enable = true;
/*
virtualHosts."default" = {
default = true;
serverName = null;
# https://stackoverflow.com/a/42802777
locations."/".return = "444";
};
*/
};
#services.do-agent.enable = true;