services.syncplay.permanentRoomsFile

NixOS option

File with list of rooms that will be listed even if the room is empty, newline delimited. Will override services.syncplay.permanentRooms.

type: null or string
Default
if services.syncplay.permanentRooms != [ ] then (builtins.toFile "perm" (builtins.concatStringsSep "\n" services.syncplay.permanentRooms)) else null
declared in: nixos/modules/services/networking/syncplay.nixView source on NixOS/nixpkgs →