nix-stuff/roles/school/default.nix
2023-09-18 22:28:45 +02:00

7 lines
44 B
Nix

{ ... }:
{
imports = [
./services
];
}