add cf tunnel to Earthmover
This commit is contained in:
parent
d80b27e828
commit
0a8637a087
1 changed files with 12 additions and 0 deletions
|
|
@ -12,6 +12,18 @@
|
||||||
../../common/kernel.nix
|
../../common/kernel.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = [ pkgs.kdePackages.krfb ];
|
||||||
|
|
||||||
|
services.cloudflared = {
|
||||||
|
enable = true;
|
||||||
|
tunnels = {
|
||||||
|
"ba7422f0-361f-4fd8-9a5a-e10bc82662e5" = {
|
||||||
|
credentialsFile = "/home/wo2w/.cloudflared/ba7422f0-361f-4fd8-9a5a-e10bc82662e5.json";
|
||||||
|
default = "http_status:418";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home-manager.users.wo2w = {
|
home-manager.users.wo2w = {
|
||||||
imports = [
|
imports = [
|
||||||
../../modules/home
|
../../modules/home
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue