updated system config
This commit is contained in:
parent
a2467d2fb9
commit
582c35f81a
1 changed files with 11 additions and 0 deletions
|
@ -34,6 +34,17 @@
|
|||
proxyPort = 443;
|
||||
};
|
||||
|
||||
services.cloudflared = {
|
||||
enable = true;
|
||||
user = "nmarks";
|
||||
tunnels = {
|
||||
"b407af0f-5168-4a79-a9f4-fe99e52990dd" = {
|
||||
credentialsFile = "${config.users.users.nmarks.home}/.cloudflared/b407af0f-5168-4a79-a9f4-fe99e52990dd.json";
|
||||
default = "http_status:404";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue