mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
9 lines
117 B
Nix
9 lines
117 B
Nix
{
|
|
imports = [
|
|
./tailscale.nix
|
|
./vaultwarden.nix
|
|
./openssh.nix
|
|
./zipline.nix
|
|
./caddy.nix
|
|
];
|
|
}
|