fix up nixarr links and add homarr for nav
This commit is contained in:
parent
6c0c5db16a
commit
c51987536a
5 changed files with 54 additions and 88 deletions
|
|
@ -14,6 +14,7 @@
|
|||
67
|
||||
68
|
||||
5543
|
||||
3000
|
||||
];
|
||||
networking.firewall.allowedUDPPorts = [
|
||||
53
|
||||
|
|
@ -24,29 +25,5 @@
|
|||
8853
|
||||
5443
|
||||
];
|
||||
|
||||
# networking = {
|
||||
# interfaces = {
|
||||
# enp0s31f6 = {
|
||||
# useDHCP = true;
|
||||
# ipv4.addresses = [
|
||||
# {
|
||||
# address = "10.12.14.2";
|
||||
# prefixLength = 24;
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
|
||||
services.nginx = {
|
||||
virtualHosts = {
|
||||
"h001.net.joshuabell.xyz" = {
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:3000";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue