mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 10:16:35 +05:30
feat(alpha): enable trok
This commit is contained in:
@ -15,8 +15,12 @@
|
|||||||
tux.services.openssh.enable = true;
|
tux.services.openssh.enable = true;
|
||||||
tux.services.openssh.ports = [23];
|
tux.services.openssh.ports = [23];
|
||||||
|
|
||||||
tux.services.trok.enable = true;
|
tux.services.trok = {
|
||||||
tux.services.trok.openFirewall = true;
|
enable = true;
|
||||||
|
host = "0.0.0.0";
|
||||||
|
port = 1337;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
tux.services.tfolio.enable = true;
|
tux.services.tfolio.enable = true;
|
||||||
|
|
||||||
@ -48,7 +52,7 @@
|
|||||||
hostName = "alpha";
|
hostName = "alpha";
|
||||||
|
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = false;
|
||||||
allowedTCPPorts = [80 443 22];
|
allowedTCPPorts = [80 443 22];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user