l prism.r: remove taskserver
This commit is contained in:
parent
78569fbc7e
commit
d9c8a90fea
|
@ -169,18 +169,6 @@ with import <stockholm/lib>;
|
||||||
<stockholm/lass/2configs/minecraft.nix>
|
<stockholm/lass/2configs/minecraft.nix>
|
||||||
<stockholm/lass/2configs/codimd.nix>
|
<stockholm/lass/2configs/codimd.nix>
|
||||||
<stockholm/lass/2configs/searx.nix>
|
<stockholm/lass/2configs/searx.nix>
|
||||||
{
|
|
||||||
services.taskserver = {
|
|
||||||
enable = true;
|
|
||||||
fqdn = "lassul.us";
|
|
||||||
listenHost = "::";
|
|
||||||
listenPort = 53589;
|
|
||||||
organisations.lass.users = [ "lass" "android" ];
|
|
||||||
};
|
|
||||||
krebs.iptables.tables.filter.INPUT.rules = [
|
|
||||||
{ predicate = "-p tcp --dport 53589"; target = "ACCEPT"; }
|
|
||||||
];
|
|
||||||
}
|
|
||||||
<stockholm/lass/2configs/go.nix>
|
<stockholm/lass/2configs/go.nix>
|
||||||
{
|
{
|
||||||
environment.systemPackages = [ pkgs.cryptsetup ];
|
environment.systemPackages = [ pkgs.cryptsetup ];
|
||||||
|
|
Loading…
Reference in a new issue