nix-stuff/roles/school/default.nix

5 lines
45 B
Nix

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