feat(home-pc): allow transmission port
This commit is contained in:
parent
2306bee28b
commit
14025f3c6a
|
@ -29,6 +29,10 @@
|
|||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
4824 # transmission
|
||||
];
|
||||
|
||||
users.users.felschr = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "audio" "docker" "disk" ];
|
||||
|
|
Loading…
Reference in a new issue