infra/config/default.nix

12 lines
127 B
Nix
Raw Normal View History

2023-05-06 06:49:46 +02:00
{
imports = [
./games
./secrets
./services
./acme.nix
./network.nix
./nix.nix
./users.nix
];
}