weilite/{restic,ocis}: add
This commit is contained in:
parent
4822043a8b
commit
bba16ea4da
5 changed files with 89 additions and 29 deletions
9
machines/weilite/services/cloudflared.nix
Normal file
9
machines/weilite/services/cloudflared.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
services.cloudflared = {
|
||||
enable = true;
|
||||
tunnels =
|
||||
{
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue