Fuck that tables malarky this works
This commit is contained in:
parent
d3a7fe8158
commit
77c2076bbd
3 changed files with 3 additions and 27 deletions
|
@ -11,14 +11,6 @@
|
|||
/storage/Music *(rw,sync,no_subtree_check)
|
||||
'';
|
||||
};
|
||||
networking.nftables.tables.nfs = {
|
||||
family = "inet";
|
||||
content = ''
|
||||
chain input {
|
||||
type filter hook input priority filter; policy drop;
|
||||
ip saddr 10.0.0.0/8 tcp dport 2049 accept comment "Accept NFS"
|
||||
}
|
||||
'';
|
||||
};
|
||||
networking.firewall.extraInputRules = "ip saddr 10.0.0.0/8 tcp dport 2049 accept";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue