1
0

modules/chisel: Create proper module and lock down service

This commit is contained in:
2022-09-29 19:02:05 +02:00
parent 1d8b007b95
commit 2f91b7cd75
2 changed files with 85 additions and 10 deletions

View File

@@ -42,7 +42,12 @@
};
};
clerie.chisel.enable = true;
services.chisel-server = {
enable = true;
host = "[::1]";
port = 3765;
authfile = "/var/src/secrets/chisel/users.json";
};
services.snowflake-proxy.enable = true;