mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-03-22 20:56:42 +00:00
- Remove trilium-server.nix - Remove caddy route to Trilium Notes Moved to host y2q in lightly-toasted/homelab-ansible
12 lines
181 B
Nix
12 lines
181 B
Nix
{
|
|
imports = [
|
|
./tailscale.nix
|
|
./vaultwarden.nix
|
|
./openssh.nix
|
|
./zipline.nix
|
|
./caddy.nix
|
|
./forgejo.nix
|
|
./restic.nix
|
|
./restic-rest-server.nix
|
|
];
|
|
}
|