system/hosts/istal/services/default.nix

8 lines
87 B
Nix
Raw Normal View History

2024-04-16 02:51:46 +03:00
{
2024-05-30 22:38:30 +03:00
imports = [
./wireguard
./docker-registry-proxy.nix
./nginx.nix
];
2024-04-16 02:51:46 +03:00
}