nix-stuff/roles/school/services/default.nix

5 lines
50 B
Nix

{...}: {
imports = [
./syncthing.nix
];
}