mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 03:15:41 +00:00
10 lines
135 B
Nix
10 lines
135 B
Nix
{
|
|
imports = [
|
|
./tailscale.nix
|
|
./vaultwarden.nix
|
|
./openssh.nix
|
|
./zipline.nix
|
|
./caddy.nix
|
|
./forgejo.nix
|
|
];
|
|
}
|