fix: cloudflare tunnel on tempest

requires openssh, but removing public key
This commit is contained in:
Noah Masur
2023-07-12 23:33:35 -04:00
parent d14054ab17
commit e86b2f184f
4 changed files with 5 additions and 3 deletions

View File

@ -92,6 +92,7 @@ inputs.nixpkgs.lib.nixosSystem {
ryujinx.enable = true;
};
services.openssh.enable = true; # Required for Cloudflare tunnel
cloudflareTunnel = {
enable = true;
id = "ac133a82-31fb-480c-942a-cdbcd4c58173";