ada: upstream

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-02-08 22:27:39 +03:00
parent 3640ca2a81
commit 9894319d38
74 changed files with 130 additions and 387 deletions

View file

@ -1,30 +1,14 @@
{...}: {
_: {
networking = {
firewall = {
allowPing = true;
enable = true;
enable = false;
checkReversePath = false;
};
interfaces = {
eno1 = rec {
allowedTCPPortRanges = [
{
from = 1714;
to = 1764;
}
];
allowedUDPPortRanges = allowedTCPPortRanges;
};
salt-hand7s-pc = rec {
allowedTCPPorts = [
6567
];
allowedUDPPorts = allowedTCPPorts;
};
};
nftables = {
enable = true;
flattenRulesetFile = true;
};
};
}

View file

@ -1,4 +1,4 @@
{...}: {
_: {
networking = {
hostId = "5c79d468";
};

View file

@ -1,5 +1,5 @@
{...}: {
_: {
networking = {
hostName = "s0mePC-nix";
hostName = "ada";
};
}

View file

@ -1,4 +1,4 @@
{...}: {
_: {
networking = {
hosts = {
# nope

View file

@ -1,4 +1,4 @@
{...}: {
_: {
networking = {
nameservers = [
# cf dns

View file

@ -1,4 +1,4 @@
{...}: {
_: {
networking = {
networkmanager = {
enable = false;

View file

@ -1,4 +1,4 @@
{...}: {
_: {
networking = {
timeServers = [
"0.nixos.pool.ntp.org"

View file

@ -1,4 +1,4 @@
{...}: {
_: {
networking = {
wireguard = {
enable = true;