Revert "FRP"

This reverts commit 5a3e57593d.
This commit is contained in:
Filippo Berto 2025-08-02 15:35:42 +02:00
parent 5a3e57593d
commit a386b0e531
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 0 additions and 12 deletions

View file

@ -442,7 +442,6 @@
# ./modules/nixos/users/tiziano.nix
# S3 cache read
# ./modules/nixos/s3_cache_read.nix
./modules/nixos/frp.nix
] ++ homeManagerUModules ++ [{
home-manager.users.bertof = import ./instances/baldur/hm.nix;
# home-manager.users.tiziano = import ./instances/baldur/hm_tiziano.nix;

View file

@ -1,11 +0,0 @@
{
services.frp = {
enable = true;
role = "server";
settings = {
serverAddr = "0.0.0.0";
serverPort = 7000;
};
};
networking.firewall.allowedTCPPorts = [ 7000 ];
}