mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
chore: cleanup; hard-disable avahi since it's not required
This commit is contained in:
parent
4741c430f9
commit
570f3d511a
1 changed files with 4 additions and 11 deletions
|
|
@ -5,16 +5,9 @@
|
||||||
nameservers = [ "9.9.9.9" ];
|
nameservers = [ "9.9.9.9" ];
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# allowedTCPPorts = [ 22 80 443 59010 59011 ];
|
|
||||||
# allowedUDPPorts = [ 59010 59011 ];
|
|
||||||
# allowedUDPPortRanges = [
|
|
||||||
# { from = 4000; to = 4007; }
|
|
||||||
# { from = 8000; to = 8010; }
|
|
||||||
# ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
services = {
|
||||||
# environment.systemPackages = with pkgs; [
|
avahi.enable = false;
|
||||||
# networkmanagerapplet
|
};
|
||||||
# ];
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue