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

7 lines
49 B
Nix

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