services-flake/nix/default.nix
2023-07-10 20:44:26 +05:30

8 lines
74 B
Nix

{
imports = [
./hello.nix
./postgres.nix
./redis.nix
];
}