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

7 lines
49 B
Nix

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