diff options
author | makefu <github@syntax-fehler.de> | 2019-09-25 14:19:11 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-09-25 14:20:13 +0200 |
commit | 60087eedb934ee2361fcffc3779151cbac1c2336 (patch) | |
tree | 87f4287ad6d9eb743829b23f2bfad9fe971ebaa6 /makefu/2configs/elchos | |
parent | 9fb322853726c5dd4a027aa1ce681278434fc256 (diff) |
ma torrent: log rpc events, cleanup
Diffstat (limited to 'makefu/2configs/elchos')
-rw-r--r-- | makefu/2configs/elchos/log.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makefu/2configs/elchos/log.nix b/makefu/2configs/elchos/log.nix index 34bd2494d..50b40816b 100644 --- a/makefu/2configs/elchos/log.nix +++ b/makefu/2configs/elchos/log.nix @@ -1,6 +1,5 @@ { config, lib, pkgs, ... }: -with import <stockholm/lib>; let in { networking.firewall.allowedTCPPorts = [ 80 443 514 ]; |