move/rename default.nix files
This commit is contained in:
parent
6c07c0299f
commit
174172e847
|
@ -18,7 +18,7 @@ in {
|
||||||
"storage"
|
"storage"
|
||||||
"mail"
|
"mail"
|
||||||
"jellyfin"
|
"jellyfin"
|
||||||
] (name: ./containers + "/${name}"))
|
] (name: ./containers + "/${name}/${name}.nix"))
|
||||||
|
|
||||||
(with hosts.hetzner-arm.profiles; [
|
(with hosts.hetzner-arm.profiles; [
|
||||||
staticSites
|
staticSites
|
||||||
|
|
|
@ -1,22 +0,0 @@
|
||||||
{...}: {
|
|
||||||
networking.firewall.allowedTCPPortRanges = [
|
|
||||||
{
|
|
||||||
from = 6881;
|
|
||||||
to = 6999;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
from = 50101;
|
|
||||||
to = 50109;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
networking.firewall.allowedUDPPortRanges = [
|
|
||||||
{
|
|
||||||
from = 6881;
|
|
||||||
to = 6999;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
from = 50101;
|
|
||||||
to = 50109;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
|
|
@ -1,4 +0,0 @@
|
||||||
{...}: {
|
|
||||||
networking.firewall.allowedTCPPorts = [80 443];
|
|
||||||
networking.firewall.allowedUDPPorts = [80 443];
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
{...}: {networking.firewall.allowedTCPPorts = [2235];}
|
|
|
@ -1,3 +0,0 @@
|
||||||
{...}: {
|
|
||||||
networking.firewall.allowedTCPPorts = [22];
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
{}: {}
|
|
|
@ -1 +0,0 @@
|
||||||
{}: {}
|
|
Loading…
Reference in a new issue