nix-infra/config/hosts/gameserver-node-1/default.nix

7 lines
56 B
Nix
Raw Normal View History

2024-11-06 16:33:10 +01:00
{ ... }:
{
imports = [
./configuration.nix
];
}