mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-03-23 01:06:41 +00:00
- Enable restic REST server service - Add Caddy route for restic REST server
13 lines
206 B
Nix
13 lines
206 B
Nix
{
|
|
imports = [
|
|
./tailscale.nix
|
|
./vaultwarden.nix
|
|
./openssh.nix
|
|
./zipline.nix
|
|
./caddy.nix
|
|
./forgejo.nix
|
|
./trilium-server.nix
|
|
./restic.nix
|
|
./restic-rest-server.nix
|
|
];
|
|
}
|