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 stringDefault
declared in: nixos/modules/services/networking/syncplay.nixView source on NixOS/nixpkgs →if services.syncplay.permanentRooms != [ ] then (builtins.toFile "perm" (builtins.concatStringsSep "\n" services.syncplay.permanentRooms)) else null