Files
nixos/modules/vds-new/default.nix
T
2026-03-01 16:02:34 +03:00

11 lines
74 B
Nix

{
lib,
...
}:
{
imports = [
./containers
./nginx.nix
];
}