diff options
Diffstat (limited to 'lass/1systems/mors.nix')
| -rw-r--r-- | lass/1systems/mors.nix | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/lass/1systems/mors.nix b/lass/1systems/mors.nix index c196b391a..c8d9465d5 100644 --- a/lass/1systems/mors.nix +++ b/lass/1systems/mors.nix @@ -25,6 +25,7 @@ with import <stockholm/lib>;      ../2configs/repo-sync.nix      ../2configs/ircd.nix      ../2configs/logf.nix +    ../2configs/syncthing.nix      {        #risk of rain port        krebs.iptables.tables.filter.INPUT.rules = [ @@ -77,10 +78,6 @@ with import <stockholm/lib>;        services.redis.enable = true;      }      { -      #ipfs-testing -      services.ipfs.enable = true; -    } -    {        environment.systemPackages = [          pkgs.krebszones        ]; @@ -89,6 +86,12 @@ with import <stockholm/lib>;        #ps vita stuff        boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];      } +    { +      services.tor = { +        enable = true; +        client.enable = true; +      }; +    }    ];    krebs.build.host = config.krebs.hosts.mors;  | 
