nixos-config/new-infra/devices/nas.nix

6 lines
71 B
Nix
Raw Normal View History

2024-04-13 11:31:08 +00:00
{
imports = [
2024-04-13 13:05:50 +00:00
../containers/postgresql/default.nix # TODO
2024-04-13 11:31:08 +00:00
];
}