elnudrop: get git.elnu.com working
This commit is contained in:
parent
bbbea14c45
commit
e5f2d96e8e
4 changed files with 41 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue