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

5 lines
50 B
Nix

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