mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 07:59:43 +00:00
12 lines
177 B
Nix
12 lines
177 B
Nix
{
|
|
imports = [
|
|
./tailscale.nix
|
|
./vaultwarden.nix
|
|
./openssh.nix
|
|
./zipline.nix
|
|
./caddy.nix
|
|
./forgejo.nix
|
|
./trilium-server.nix
|
|
./restic.nix
|
|
];
|
|
}
|