move/rename default.nix files

This commit is contained in:
chaos 2024-07-24 17:24:41 +01:00
parent 6c07c0299f
commit 174172e847
No known key found for this signature in database
17 changed files with 1 additions and 33 deletions

View file

@ -18,7 +18,7 @@ in {
"storage"
"mail"
"jellyfin"
] (name: ./containers + "/${name}"))
] (name: ./containers + "/${name}/${name}.nix"))
(with hosts.hetzner-arm.profiles; [
staticSites

View file

@ -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;
}
];
}

View file

@ -1,4 +0,0 @@
{...}: {
networking.firewall.allowedTCPPorts = [80 443];
networking.firewall.allowedUDPPorts = [80 443];
}

View file

@ -1 +0,0 @@
{...}: {networking.firewall.allowedTCPPorts = [2235];}

View file

@ -1,3 +0,0 @@
{...}: {
networking.firewall.allowedTCPPorts = [22];
}

View file

@ -1 +0,0 @@
{}: {}

View file

@ -1 +0,0 @@
{}: {}