this looks a bit smart ngl

This commit is contained in:
Osman Faruk Bayram 2025-06-07 21:08:28 +03:00
parent 9393d21041
commit 390e36c834

View file

@ -5,7 +5,7 @@
disableTelemetry = true;
disableUpdateCheck = true;
user = "osbm";
host = "localhost";
host = "${config.networking.hostName}.curl-boga.ts.net";
hashedPassword = "$argon2i$v=19$m=4096,t=3,p=1$dGc0TStGMDNzSS9JRkJYUFp3d091Q2p0bXlzPQ$zvdE9BkclkJmyFaenzPy2E99SEqsyDMt4IQNZfcfFFQ";
};
networking.firewall.allowedTCPPorts = [config.services.code-server.port];