Add cloudflared TCP tunnel module for ftl.host
This commit is contained in:
parent
c28af3e123
commit
6419e44222
2 changed files with 60 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
|||
./desktop/gaming.nix
|
||||
./desktop/virtualization.nix
|
||||
./desktop/daw.nix
|
||||
./desktop/ftl.host.nix
|
||||
];
|
||||
};
|
||||
aurora = nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -46,6 +47,7 @@
|
|||
./desktop/office.nix
|
||||
./desktop/gaming.nix
|
||||
./desktop/crypto.nix
|
||||
./desktop/ftl.host.nix
|
||||
];
|
||||
};
|
||||
labrizor = nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -61,6 +63,7 @@
|
|||
./desktop/3dprinting.nix
|
||||
./desktop/2dprinting.nix
|
||||
./desktop/office.nix
|
||||
./desktop/ftl.host.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue