{ pov, config, lib, ... }: let inherit (lib) types; cfg = lib.getAttrFromPath pov config; in { option = { type = types.bool; default = false; }; config = lib.mkIf cfg.enable { nix.settings.allowed-users = lib.mkDefault [ "@users" ]; }; }