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

7 lines
88 B
Nix
Raw Normal View History

2024-04-13 11:31:08 +00:00
{
imports = [
2024-04-15 13:19:35 +00:00
../default.nix
2024-04-13 19:42:47 +00:00
../containers/keycloak/default.nix # TODO
2024-04-13 11:31:08 +00:00
];
}