add nexus-devel
This commit is contained in:
parent
0bb6da8002
commit
16ea95a981
1 changed files with 9 additions and 0 deletions
|
|
@ -3,4 +3,13 @@
|
|||
systemd.packages = [
|
||||
pkgs.kdePackages.kunifiedpush
|
||||
];
|
||||
|
||||
networking.firewall = {
|
||||
allowedUDPPorts = [
|
||||
8008
|
||||
];
|
||||
allowedTCPPorts = [
|
||||
8008
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Reference in a new issue