wanda: upstream

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-03-25 18:49:51 +03:00
parent 1a891252ab
commit ceb0ad4b87
11 changed files with 36 additions and 28 deletions

View file

@ -3,6 +3,28 @@ _: {
firewall = {
allowPing = true;
enable = true;
checkReversePath = false;
interfaces = {
eno1 = rec {
allowedTCPPortRanges = [
{
from = 1714;
to = 1764;
}
];
allowedUDPPortRanges = allowedTCPPortRanges;
};
salt-hand7s-pc = rec {
allowedTCPPorts = [
6567
];
allowedUDPPorts = allowedTCPPorts;
};
};
};
};
}

View file

@ -1,5 +1,5 @@
_: {
networking = {
hostName = "wanda";
hostName = "wand";
};
}

View file

@ -1,7 +0,0 @@
_: {
networking = {
hosts = {
# nope.
};
};
}