ma retroshare: prepare installation
retroshare somewhat sucks though ;)
This commit is contained in:
parent
1424c4cdb6
commit
97012c2e20
10
makefu/2configs/retroshare.nix
Normal file
10
makefu/2configs/retroshare.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
port = 9024;
|
||||
in {
|
||||
users.users.makefu.packages = [
|
||||
pkgs.retroshare
|
||||
];
|
||||
networking.firewall.allowedTCPPorts = [ port ];
|
||||
networking.firewall.allowedUDPPorts = [ port ];
|
||||
}
|
Loading…
Reference in New Issue
Block a user