mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
networking updates
This commit is contained in:
parent
9f6221d8b1
commit
cf9dedf17a
4 changed files with 15 additions and 0 deletions
|
@ -17,6 +17,11 @@
|
|||
domain = "rfive.de";
|
||||
useNetworkd = true;
|
||||
enableIPv6 = true;
|
||||
firewall = {
|
||||
extraInputRules = ''
|
||||
ip saddr 192.168.0.0/16 tcp dport 19531 accept comment "Allow journald gateway access from local networks"
|
||||
'';
|
||||
};
|
||||
};
|
||||
services.resolved = {
|
||||
dnssec = "true";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue